summaryrefslogtreecommitdiff
path: root/apidoc/sphinx/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'apidoc/sphinx/conf.py')
-rw-r--r--apidoc/sphinx/conf.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/apidoc/sphinx/conf.py b/apidoc/sphinx/conf.py
index d994c24..5f6263e 100644
--- a/apidoc/sphinx/conf.py
+++ b/apidoc/sphinx/conf.py
@@ -135,7 +135,10 @@ html_last_updated_fmt = '%b %d, %Y'
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
+html_sidebars = {
+ 'index': ['sidebar-intro.html', 'sourcelink.html', 'searchbox.html'],
+ '**': ['localtoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html']
+}
# Additional templates that should be rendered to pages, maps page names to
# template names.
@@ -151,7 +154,7 @@ html_last_updated_fmt = '%b %d, %Y'
#html_split_index = False
# If true, links to the reST sources are added to the pages.
-#html_show_sourcelink = True
+#html_show_sourcelink = False
# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the