summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-08-25 02:56:10 -0700
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-25 02:56:10 -0700
commitb1b08a673a26a1c87264078fa5e609d90f86502e (patch)
treed1609c1087f94b8811f55127a81b1e2a8390ae8b /docs
parent4859fa6e847fd08f9a4303b122021b058763986f (diff)
parent81791dee9d1fdac41961698a2a6ba6e5b8f037cb (diff)
Merge pull request #504 from laarmen/documentation-sidebar
Reenable the sidebar in the HTML documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 42793f9c..039ef980 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -133,7 +133,7 @@ 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 = {'nosidebar': True}
+html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []