Skip to content

Commit

Permalink
Bump version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Feb 23, 2023
1 parent 9e2471f commit f388017
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/ansys_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from ansys_sphinx_theme.latex import generate_404 # noqa: F401

__version__ = "0.9.2"
__version__ = "0.9.3"


# Declare the fundamental paths of the theme
Expand Down Expand Up @@ -78,9 +78,10 @@ def setup_default_html_theme_options(app):
"""
# Place all switchers and icons at the end of the navigation bar
app.config.html_theme_options.setdefault(
"navbar_end", ["version-switcher", "theme-switcher", "navbar-icon-links"]
)
if app.config.html_theme_options.get("switcher"):
app.config.html_theme_options.setdefault(
"navbar_end", ["version-switcher", "theme-switcher", "navbar-icon-links"]
)
app.config.html_theme_options.setdefault("collapse_navigation", "True")


Expand Down

0 comments on commit f388017

Please sign in to comment.