Skip to content

Commit 91c3609

Browse files
[pre-commit.ci] Automatic linting and formatting fixes
1 parent 2477db0 commit 91c3609

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pydata_sphinx_theme/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ def setup(app: Sphinx) -> Dict[str, str]:
284284

285285
app.add_html_theme("pydata_sphinx_theme", str(theme_path))
286286

287-
288287
theme_options = utils.get_theme_options_dict(app)
289288
if theme_options.get("shorten_urls") is True:
290289
app.add_post_transform(short_link.ShortenLinkTransform)

0 commit comments

Comments
 (0)