Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44e62dd

Browse files
committed
chore: remove unnecessary responsive layout
The CSS in the base template was updated to include this directive in #7695and released in sphinx v3.1.0.The original implementation was in#46, prior to the basic themeincluding it, and now we have the same meta tag duplicated.Remove the block, and reduce the duplication.Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent4dbc102 commit44e62dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎python_docs_theme/layout.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ <h3>{{ _('Navigation') }}</h3>
8282
{{ super() }}
8383
{%- endblock -%}
8484

85-
{%- block css -%}
86-
<metaname="viewport"content="width=device-width, initial-scale=1.0">
87-
{{ super() }}
88-
{%- endblock -%}
89-
9085
{%- block body_tag %}
9186
{{ super() }}
9287
{%- if builder != 'htmlhelp' %}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp