diff options
author | Georg Brandl <georg@python.org> | 2010-01-03 15:36:51 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-03 15:36:51 +0100 |
commit | 23f4c05e3bfc1520dd7501b06bbf886ae4ca0ae5 (patch) | |
tree | 0fc1679c2fb15b29f9f0e03e2764a44bdc03c68d /doc/_templates | |
parent | bbe4aa0d814ea2cd10be61358ebb0322eb906eda (diff) | |
download | sphinx-23f4c05e3bfc1520dd7501b06bbf886ae4ca0ae5.tar.gz |
#162: add link to sphinx.pocoo.org/latest.
Diffstat (limited to 'doc/_templates')
-rw-r--r-- | doc/_templates/indexsidebar.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html index c738aeec..a268ec6e 100644 --- a/doc/_templates/indexsidebar.html +++ b/doc/_templates/indexsidebar.html @@ -11,6 +11,8 @@ <p>Get Sphinx from the <a href="http://pypi.python.org/pypi/Sphinx">Python Package Index</a>, or install it with:</p> <pre>easy_install -U Sphinx</pre> +<p>Latest <a href="http://sphinx.pocoo.org/latest/">development version docs</a> +are also available.</p> {% endif %} <h3>Questions? Suggestions?</h3> |