diff options
author | Georg Brandl <georg@python.org> | 2009-08-04 20:22:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-08-04 20:22:43 (GMT) |
commit | 4809c737d3d8b236d84e11ed24c26d1dba3a99a5 (patch) | |
tree | eb385cdd16dbe5e4d102ad02d3638b046e0b8816 /Doc/tools | |
parent | 8d5a6522a99466821f9a014e060db879b4ba2749 (diff) | |
download | cpython-4809c737d3d8b236d84e11ed24c26d1dba3a99a5.zip cpython-4809c737d3d8b236d84e11ed24c26d1dba3a99a5.tar.gz cpython-4809c737d3d8b236d84e11ed24c26d1dba3a99a5.tar.bz2 |
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 %} |