diff options
| author | tarek <devnull@localhost> | 2009-11-11 22:11:02 +0100 |
|---|---|---|
| committer | tarek <devnull@localhost> | 2009-11-11 22:11:02 +0100 |
| commit | d25fe92cb60736dfd8e65c1bbbf0bc743d49bc5d (patch) | |
| tree | 93b9e0d55817fcf6da23aeff9d2db5f04980a3b8 /docs/conf.py | |
| parent | c17760eab06f13a40c65d083feccdf0d85f8327e (diff) | |
| download | python-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.py | 3 |
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. |
