Skip to content

Commit b1bea7c

Browse files
Bump pydata-sphinx-theme from 0.13.0 to 0.13.1 (#226)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Revathyvenugopal162 <[email protected]>
1 parent ec284ca commit b1bea7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"Sphinx>=4.2.0,<6",
29-
"pydata-sphinx-theme==0.13.0",
29+
"pydata-sphinx-theme==0.13.1",
3030
"Jinja2>=3.1.2",
3131
]
3232

src/ansys_sphinx_theme/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def setup_default_html_theme_options(app):
8383
"navbar_end", ["version-switcher", "theme-switcher", "navbar-icon-links"]
8484
)
8585
app.config.html_theme_options.setdefault("collapse_navigation", True)
86-
app.config.html_theme_options.setdefault("icon_links", [])
8786

8887

8988
def setup(app: Sphinx) -> Dict:

0 commit comments

Comments
 (0)