diff --git a/doc/changelog.d/1115.maintenance.md b/doc/changelog.d/1115.maintenance.md new file mode 100644 index 0000000000..9216dc5722 --- /dev/null +++ b/doc/changelog.d/1115.maintenance.md @@ -0,0 +1 @@ +Fix docs diff --git a/doc/source/conf.py b/doc/source/conf.py index 0ef0e741be..2042ce4af8 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -40,8 +40,6 @@ "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"], "navigation_with_keys": False, "github_url": "https://github.com/ansys/pyprimemesh", "show_prev_next": False, diff --git a/pyproject.toml b/pyproject.toml index 88c683fbc0..ee624f4b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "pyvista[trame]==0.45.2", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.5.2", + "ansys-sphinx-theme[autoapi]==1.5.3", "ansys-tools-visualization-interface==0.9.2", "jupyter-sphinx==0.5.3", "numpydoc==1.8.0",