diff --git a/doc/source/conf.py b/doc/source/conf.py index 49cfa322..e2517576 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -5,7 +5,6 @@ import shutil from ansys_sphinx_theme import get_version_match -from ansys_sphinx_theme import pyansys_logo_black as logo from ansys.tools.installer import __version__ @@ -17,8 +16,7 @@ cname = os.getenv("DOCUMENTATION_CNAME", default="nocname.com") switcher_version = get_version_match(__version__) -# Select desired logo, theme, and declare the html title -html_logo = logo +# Select desired theme, and declare the html title html_theme = "ansys_sphinx_theme" html_short_title = html_title = "Ansys Python Manager" @@ -30,6 +28,7 @@ "doc_path": "doc/source", } html_theme_options = { + "logo": "pyansys", "switcher": { "json_url": f"https://{cname}/versions.json", "version_match": switcher_version, diff --git a/pyproject.toml b/pyproject.toml index afbe9c37..9dce5157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ tests = [ ] doc = [ "Sphinx==8.0.2", - "ansys-sphinx-theme==0.16.6", + "ansys-sphinx-theme==1.0.3", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", "sphinx_toolbox==3.7.0",