From: Georg Brandl Date: Sun, 7 Dec 2008 11:54:07 +0000 (+0000) Subject: Add link to the favicon to the docs. X-Git-Tag: v2.7a1~2563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6212971e95309972d65a189fc158fedf6bd8e135;p=thirdparty%2FPython%2Fcpython.git Add link to the favicon to the docs. --- diff --git a/Doc/tools/sphinxext/layout.html b/Doc/tools/sphinxext/layout.html index a6afd1506e5c..60298719395d 100644 --- a/Doc/tools/sphinxext/layout.html +++ b/Doc/tools/sphinxext/layout.html @@ -1,4 +1,10 @@ {% extends "!layout.html" %} {% block rootrellink %} -
  • {{ shorttitle }}{{ reldelim1 }}
  • +
  • +
  • {{ shorttitle }}{{ reldelim1 }}
  • +{% endblock %} +{% block extrahead %} + +{{ super() }} {% endblock %}