summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authortarek <devnull@localhost>2009-11-11 22:11:02 +0100
committertarek <devnull@localhost>2009-11-11 22:11:02 +0100
commitd25fe92cb60736dfd8e65c1bbbf0bc743d49bc5d (patch)
tree93b9e0d55817fcf6da23aeff9d2db5f04980a3b8 /docs/conf.py
parentc17760eab06f13a40c65d083feccdf0d85f8327e (diff)
downloadpython-setuptools-bitbucket-d25fe92cb60736dfd8e65c1bbbf0bc743d49bc5d.tar.gz
added a side bar with a download link to the doc. fixes #89
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4f13d857..74435672 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -134,7 +134,8 @@ html_short_title = "Distribute"
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
+html_sidebars = {'index': 'indexsidebar.html'}
+
# Additional templates that should be rendered to pages, maps page names to
# template names.