diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 45ec436fee72d7..4645f7d394e29e 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -12,6 +12,20 @@ {% set dl_version = release %} {% endif %} +{%- block extrahead -%} + {{ super() }} + + + + + + + + + + +{%- endblock -%} + {% block body %}

{% trans %}Download Python {{ dl_version }} Documentation{% endtrans %}

diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 2686f48dad2a95..f8367f6e3e1029 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -2,6 +2,19 @@ {%- block htmltitle -%} {{ shorttitle }} {%- endblock -%} +{%- block extrahead -%} + {{ super() }} + + + + + + + + + + +{%- endblock -%} {% block body %}

{{ docstitle|e }}

diff --git a/Doc/tools/templates/search.html b/Doc/tools/templates/search.html index 6ddac5f828bab1..8ff7622389bc66 100644 --- a/Doc/tools/templates/search.html +++ b/Doc/tools/templates/search.html @@ -3,6 +3,16 @@ {{ super() }} + + + + + + + + + + {% endblock %} {% block searchresults %}