aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/pythonmod/doc/conf.py
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-06-24 12:42:28 +0200
committerRiccardo Spagni <ric@spagni.net>2017-06-24 12:42:29 +0200
commit389cd6c466486e670e6f9cd74d2cfdf46f392340 (patch)
treec4b10fac237c407badc8300b2d6116fe6a1ce7cb /external/unbound/pythonmod/doc/conf.py
parentf31b89012d5299e08ea897bf1061a5b3def8d96a (diff)
parenta85b5759f34c0c4110a479a8b5fa606f15ed9b23 (diff)
downloadmonzero-core-389cd6c466486e670e6f9cd74d2cfdf46f392340.tar.gz
monzero-core-389cd6c466486e670e6f9cd74d2cfdf46f392340.tar.xz
monzero-core-389cd6c466486e670e6f9cd74d2cfdf46f392340.zip
Merge pull request #2089
a85b5759 Upgrade unbound library (Erik de Castro Lopo)
Diffstat (limited to 'external/unbound/pythonmod/doc/conf.py')
-rw-r--r--external/unbound/pythonmod/doc/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/external/unbound/pythonmod/doc/conf.py b/external/unbound/pythonmod/doc/conf.py
index bc7a5aba6..7fcfe2d05 100644
--- a/external/unbound/pythonmod/doc/conf.py
+++ b/external/unbound/pythonmod/doc/conf.py
@@ -80,10 +80,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".