Skip to content

Commit 4a8dd39

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a4d0f82 commit 4a8dd39

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

python_docs_theme/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
LOCALE_DIR = THEME_PATH / "locale"
1919
MESSAGE_CATALOG_NAME = "python-docs-theme"
2020

21+
2122
def _tobool(val: object) -> bool:
2223
if isinstance(val, str):
2324
return val.lower() in {"true", "1", "yes", "on"}
@@ -79,4 +80,4 @@ def setup(app: Sphinx) -> ExtensionMetadata:
7980
"version": __version__,
8081
"parallel_read_safe": True,
8182
"parallel_write_safe": True,
82-
}
83+
}

python_docs_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ <h3>{{ _('Navigation') }}</h3>
169169

170170
{% trans sphinx_version=sphinx_version|e %}Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
171171
</div>
172-
{% endblock %}
172+
{% endblock %}

python_docs_theme/static/pydoctheme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,4 +891,4 @@ div.soft-deprecated .versionmodified {
891891
div.mobile-nav {
892892
display: none;
893893
}
894-
}
894+
}

0 commit comments

Comments
 (0)