Skip to content

Commit

Permalink
Fix: Remove switcher in doc (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair authored Oct 30, 2023
1 parent 83e0d80 commit 17413bc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import warnings

import ansys.mechanical.core as pymechanical
from ansys_sphinx_theme import get_version_match, pyansys_logo_black
from ansys_sphinx_theme import pyansys_logo_black
from sphinx_gallery.sorting import FileNameSortKey

# necessary when building the sphinx gallery
Expand Down Expand Up @@ -178,12 +178,6 @@
"doc_path": "doc/source",
}
html_theme_options = {
"switcher": {
"json_url": f"https://{cname}/versions.json",
"version_match": get_version_match(version),
},
"check_switcher": False,
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
"github_url": "https://github.com/ansys/pymechanical-examples",
"show_prev_next": False,
"show_breadcrumbs": True,
Expand Down

0 comments on commit 17413bc

Please sign in to comment.