Skip to content

Commit 068a616

Browse files
[pre-commit.ci] Automatic linting and formatting fixes
1 parent 1c72da3 commit 068a616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydata_sphinx_theme/pygments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ def overwrite_pygments_css(app: Sphinx, exception=None):
9999

100100
# re-write pygments.css
101101
pygments_css = Path(app.builder.outdir) / "_static" / "pygments.css"
102-
pygments_css.parent.mkdir(parents=True,exist_ok=True)
102+
pygments_css.parent.mkdir(parents=True, exist_ok=True)
103103
pygments_css.write_text(get_pygments_stylesheet(light_theme, dark_theme))

0 commit comments

Comments
 (0)