summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-04-02 11:40:00 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-04-02 11:40:00 -0500
commit6e9a24155d103d39e727f09335ef693437c50d00 (patch)
tree9d07caba51baa5c4e39f99a60d9eb92d849ba69c /doc/conf.py
parentdd7528838f54f6588630322fc7fab985fe7da40c (diff)
downloadbcfg2-6e9a24155d103d39e727f09335ef693437c50d00.tar.gz
bcfg2-6e9a24155d103d39e727f09335ef693437c50d00.tar.bz2
bcfg2-6e9a24155d103d39e727f09335ef693437c50d00.zip
doc: Add collapsible sidebar
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 38160715d..2d5be4e9e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -104,7 +104,9 @@ html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
-#html_theme_options = {}
+html_theme_options = {
+ "collapsiblesidebar": "true"
+}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []