We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0208f7 commit 7f64b6cCopy full SHA for 7f64b6c
src/pydata_sphinx_theme/translator.py
@@ -83,7 +83,6 @@ def setup_translators(app: Sphinx):
83
behavior and configuration, and _only_ add the extra bootstrap rules.
84
If we don't detect an HTML-based translator, then we do nothing.
85
"""
86
-
87
# Do not add the mixin if the builder format is not HTML:
88
if app.builder.format != "html":
89
return
0 commit comments