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 6947195 commit c6e83eeCopy full SHA for c6e83ee
src/pydata_sphinx_theme/__init__.py
@@ -44,6 +44,8 @@ def update_config(app):
44
raise ExtensionError(
45
"`icon_links` must be a list of dictionaries, you provided "
46
f"type {type(theme_options.get('icon_links'))}."
47
+ "If you wish to disable this feature, either do not provide "
48
+ "a value (leave undefined), or set to an empty list."
49
)
50
51
# Set the anchor link default to be # if the user hasn't provided their own
src/pydata_sphinx_theme/theme/pydata_sphinx_theme/theme.conf
@@ -37,6 +37,7 @@ logo_link =
37
surface_warnings = True
38
back_to_top_button = True
39
search_as_you_type = False
40
+shorten_urls = True
41
42
# Template placement in theme layouts
43
navbar_start = navbar-logo
0 commit comments