We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18821f3 + fc8a8bd commit 9d3fc1fCopy full SHA for 9d3fc1f
1 file changed
python_docs_theme/layout.html
@@ -82,7 +82,12 @@ <h3>{{ _('Navigation') }}</h3>
82
{{ super() }}
83
{%- endblock -%}
84
85
-{%- block document %}
+{%- block css -%}
86
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
87
+ {{ super() }}
88
+{%- endblock -%}
89
+
90
+{%- block body_tag %}
91
92
{%- if builder != 'htmlhelp' %}
93
<div class="mobile-nav">
0 commit comments