Skip to content

Commit f4efbb2

Browse files
Bump version 0.12.4
1 parent eaf9ccc commit f4efbb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-sphinx-theme"
8-
version = "0.12.3"
8+
version = "0.12.4"
99
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4"

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def setup_default_html_theme_options(app):
134134
"navbar_end", ["version-switcher", "theme-switcher", "navbar-icon-links"]
135135
)
136136
app.config.html_theme_options.setdefault("collapse_navigation", True)
137+
app.config.html_theme_options.setdefault("navigation_with_keys", True)
137138

138139

139140
def fix_edit_html_page_context(

0 commit comments

Comments
 (0)