Skip to content

Commit

Permalink
Bump version 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Oct 25, 2023
1 parent eaf9ccc commit f4efbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-sphinx-theme"
version = "0.12.3"
version = "0.12.4"
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down
1 change: 1 addition & 0 deletions src/ansys_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def setup_default_html_theme_options(app):
"navbar_end", ["version-switcher", "theme-switcher", "navbar-icon-links"]
)
app.config.html_theme_options.setdefault("collapse_navigation", True)
app.config.html_theme_options.setdefault("navigation_with_keys", True)


def fix_edit_html_page_context(
Expand Down

0 comments on commit f4efbb2

Please sign in to comment.