diff options
author | Georg Brandl <georg@python.org> | 2009-08-04 20:26:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-08-04 20:26:39 (GMT) |
commit | fcf1ea5c86fb2b1efb54a780e31a69b24c0658f4 (patch) | |
tree | 74e7d0b7ca6bbb1b2a83b04af4aa92329faae8c6 /Doc/tools | |
parent | 216dc7b70bb910cbcc85bf95f85dac944397bd71 (diff) | |
download | cpython-fcf1ea5c86fb2b1efb54a780e31a69b24c0658f4.zip cpython-fcf1ea5c86fb2b1efb54a780e31a69b24c0658f4.tar.gz cpython-fcf1ea5c86fb2b1efb54a780e31a69b24c0658f4.tar.bz2 |
Merged revisions 74309 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
................
r74309 | georg.brandl | 2009-08-04 22:25:54 +0200 (Di, 04 Aug 2009) | 9 lines
Merged revisions 74307 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74307 | georg.brandl | 2009-08-04 22:22:43 +0200 (Di, 04 Aug 2009) | 1 line
Add donation link to docs footer.
........
................
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/layout.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html index 6029871..42e18a4 100644 --- a/Doc/tools/sphinxext/layout.html +++ b/Doc/tools/sphinxext/layout.html @@ -8,3 +8,14 @@ <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" /> {{ super() }} {% endblock %} +{% block footer %} + <div class="footer"> + © <a href="{{ pathto('copyright') }}">Copyright</a> {{ copyright|e }}. + <br /> + The Python Software Foundation is a non-profit corporation. + <a href="http://www.python.org/psf/donations/">Please donate.</a> + <br /> + Last updated on {{ last_updated|e }}. + Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version|e }}. + </div> +{% endblock %} |