From 44e62ddbd3bb3bbbe31a25249133d74b82ad6f67 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Thu, 27 Jul 2023 11:17:12 -0400 Subject: [PATCH] chore: remove unnecessary responsive layout The CSS in the base template was updated to include this directive in #7695 and released in sphinx v3.1.0. The original implementation was in #46, prior to the basic theme including it, and now we have the same meta tag duplicated. Remove the block, and reduce the duplication. Signed-off-by: Mike Fiedler --- python_docs_theme/layout.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python_docs_theme/layout.html b/python_docs_theme/layout.html index b4502ba..08e41df 100644 --- a/python_docs_theme/layout.html +++ b/python_docs_theme/layout.html @@ -82,11 +82,6 @@

{{ _('Navigation') }}

{{ super() }} {%- endblock -%} -{%- block css -%} - - {{ super() }} -{%- endblock -%} - {%- block body_tag %} {{ super() }} {%- if builder != 'htmlhelp' %}