summaryrefslogtreecommitdiff
path: root/libunbound/python/doc/conf.py
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-02-03 13:06:34 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-02-03 13:06:34 +0000
commitbd51c20871bac7a49ea0adc443050f2894cfd5f3 (patch)
treec551994131aa8f3315a21aeaf4f9bc2a8b757e89 /libunbound/python/doc/conf.py
parent27c2fff0f2fef695b0599fc3931cacfc16376e88 (diff)
Notes
Diffstat (limited to 'libunbound/python/doc/conf.py')
-rw-r--r--libunbound/python/doc/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/libunbound/python/doc/conf.py b/libunbound/python/doc/conf.py
index 97fca2125f83..1766036b9a1f 100644
--- a/libunbound/python/doc/conf.py
+++ b/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".