aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/libunbound/python/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/libunbound/python/doc/conf.py')
-rw-r--r--external/unbound/libunbound/python/doc/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/external/unbound/libunbound/python/doc/conf.py b/external/unbound/libunbound/python/doc/conf.py
index 97fca2125..1766036b9 100644
--- a/external/unbound/libunbound/python/doc/conf.py
+++ b/external/unbound/libunbound/python/doc/conf.py
@@ -82,10 +82,13 @@ pygments_style = 'sphinx'
# Options for HTML output
# -----------------------
+# The theme that the html output should use.
+html_theme = "classic"
+
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
# given in html_static_path.
-html_style = 'default.css'
+#html_style = 'default.css'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".