Commit 6b23a07b authored by tarek's avatar tarek

added a side bar with a download link to the doc. fixes #89

--HG--
branch : distribute
extra : rebase_source : 30b018e5e29225e00ffcb311af2cd0d4ad6eed6c
parent e589e51c
......@@ -9,6 +9,7 @@ CHANGES
* Issue 90: unknown setuptools version can be added in the working set
* Issue 87: setupt.py doesn't try to convert distribute_setup.py anymore
Initial Patch by arfrever.
* Issue 89: added a side bar with a download link to the doc.
-----
0.6.8
......
<h3>Download</h3>
<p>Current version: <b>{{ version }}</b></p>
<p>Get Distribute from the <a href="http://pypi.python.org/pypi/distribute"> Python Package Index</a>
<h3>Questions? Suggestions? Contributions?</h3>
<p>Visit the <a href="http://bitbucket.org/tarek/distribute">Distribute project page</a> </p>
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment