We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d9083 commit 9730290Copy full SHA for 9730290
pep_sphinx_extensions/theme/static/templates/layout.html
@@ -14,6 +14,10 @@
14
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
15
{%- endblock %}
16
17
+{%- block scripts %}
18
+ <script src="{{ pathto('_static/js/doctools.js', 1) }}"></script>
19
+{%- endblock %}
20
+
21
{%- block body_tag %}<body class="python pages pep-page">{% endblock %}
22
{%- block header %}<header style="height: 219px; background-color: #2b5b84;"></header>{% endblock %}
23
{%- block relbar1 %}{% endblock %}
0 commit comments