Skip to content

Commit

Permalink
fix: navbar links keys default with theme (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 authored Oct 25, 2023
1 parent e662e15 commit fff3974
Showing 1 changed file with 1 addition and 0 deletions.
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 fff3974

Please sign in to comment.