1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Mon, 26 Jul 2021 08:28:05 +0200
Subject: Don't try to use sphinx_graphene_theme
We don't have such a modul currently in Debian.
Forwarded: not-needed
---
docs/conf.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index a485d5b..db205e5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -134,11 +134,11 @@ todo_include_todos = True
# html_theme = 'alabaster'
# if on_rtd:
# html_theme = 'sphinx_rtd_theme'
-import sphinx_graphene_theme
+#import sphinx_graphene_theme
-html_theme = "sphinx_graphene_theme"
+#html_theme = "sphinx_graphene_theme"
-html_theme_path = [sphinx_graphene_theme.get_html_theme_path()]
+#html_theme_path = [sphinx_graphene_theme.get_html_theme_path()]
# Theme options are theme-specific and customize the look and feel of a theme
|