From 29d3f64f7e887d5cf9ae5f496febe5954fc49117 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 10 Aug 2020 07:38:39 -0500 Subject: Add python3-sphinx_rtd_theme dep for docs Signed-off-by: Justin M. Forbes --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 69cebcdb9..e78f6e081 100644 --- a/kernel.spec +++ b/kernel.spec @@ -485,7 +485,7 @@ BuildRequires: python3-devel BuildRequires: rsync %endif %if %{with_doc} -BuildRequires: xmlto, asciidoc, python3-sphinx +BuildRequires: xmlto, asciidoc, python3-sphinx, python3-sphinx_rtd_theme %endif %if %{with_sparse} BuildRequires: sparse -- cgit