summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py3
-rw-r--r--doc/theming.rst5
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index b268a13f..e009fa1b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -18,7 +18,8 @@ version = sphinx.__released__
release = version
show_authors = True
-html_theme = 'sphinxdoc'
+html_theme = 'default'
+html_theme_options = {'collapsiblesidebar': True, 'stickysidebar': False}
modindex_common_prefix = ['sphinx.']
html_static_path = ['_static']
html_index = 'index.html'
diff --git a/doc/theming.rst b/doc/theming.rst
index ca6e8b2d..fc8ef236 100644
--- a/doc/theming.rst
+++ b/doc/theming.rst
@@ -105,6 +105,11 @@ These themes are:
doesn't scroll out of view for long body content. This may not work well
with all browsers. Defaults to false.
+ - **collapsiblesidebar** (true or false): Add an *experimental* JavaScript
+ snippet that makes the sidebar collapsible via a button on its side.
+ *Doesn't work together with "rightsidebar" or "stickysidebar".* Defaults to
+ false.
+
- **externalrefs** (true or false): Display external links differently from
internal links. Defaults to false.