Skip to content

Commit

Permalink
[pre-commit.ci] Automatic linting and formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2024
1 parent e0208f7 commit 7f64b6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pydata_sphinx_theme/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def setup_translators(app: Sphinx):
behavior and configuration, and _only_ add the extra bootstrap rules.
If we don't detect an HTML-based translator, then we do nothing.
"""

# Do not add the mixin if the builder format is not HTML:
if app.builder.format != "html":
return
Expand Down

0 comments on commit 7f64b6c

Please sign in to comment.