Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcf1ea5

Browse files
committed
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://[email protected]/python/trunk ........ r74307 | georg.brandl | 2009-08-04 22:22:43 +0200 (Di, 04 Aug 2009) | 1 line Add donation link to docs footer. ........ ................
1 parent 216dc7b commit fcf1ea5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Doc/tools/sphinxext/layout.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@
88
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
99
{{ super() }}
1010
{% endblock %}
11+
{% block footer %}
12+
<div class="footer">
13+
&copy; <a href="{{ pathto('copyright') }}">Copyright</a> {{ copyright|e }}.
14+
<br />
15+
The Python Software Foundation is a non-profit corporation.
16+
<a href="http://www.python.org/psf/donations/">Please donate.</a>
17+
<br />
18+
Last updated on {{ last_updated|e }}.
19+
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version|e }}.
20+
</div>
21+
{% endblock %}

0 commit comments

Comments
 (0)