We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e83ee commit f4a03ddCopy full SHA for f4a03dd
src/pydata_sphinx_theme/__init__.py
@@ -285,7 +285,7 @@ def setup(app: Sphinx) -> Dict[str, str]:
285
app.add_html_theme("pydata_sphinx_theme", str(theme_path))
286
287
theme_options = utils.get_theme_options_dict(app)
288
- if theme_options.get("shorten_urls") is True:
+ if theme_options.get("shorten_urls"):
289
app.add_post_transform(short_link.ShortenLinkTransform)
290
291
app.connect("builder-inited", translator.setup_translators)
0 commit comments