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.
1 parent db2b77e commit 8918191Copy full SHA for 8918191
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