]> granicus.if.org Git - python/commitdiff
Merged revisions 74307 via svnmerge from
authorGeorg Brandl <georg@python.org>
Tue, 4 Aug 2009 20:25:54 +0000 (20:25 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 4 Aug 2009 20:25:54 +0000 (20:25 +0000)
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.
........

Doc/tools/sphinxext/layout.html

index 60298719395de3366f91ebfc58fbfc79e23eeb54..42e18a402e9cce3a3ed4aadaee9afacae8650d6f 100644 (file)
@@ -8,3 +8,14 @@
     <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
 {{ super() }}
 {% endblock %}
+{% block footer %}
+    <div class="footer">
+    &copy; <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 %}