diff --git a/doc/source/conf.py b/doc/source/conf.py index f0f35400..15d3b194 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -3,12 +3,7 @@ from datetime import datetime import os -from ansys_sphinx_theme import ( - ansys_favicon, - convert_version_to_pymeilisearch, - get_version_match, - pyansys_logo_black, -) +from ansys_sphinx_theme import ansys_favicon, convert_version_to_pymeilisearch, get_version_match from sphinx.builders.latex import LaTeXBuilder from pyansys import __version__ as pyansys_version @@ -25,8 +20,6 @@ # get the PyAnsys version release = version = pyansys_version -# use the default pyansys logo -html_logo = pyansys_logo_black html_theme = "ansys_sphinx_theme" html_short_title = html_title = "PyAnsys" @@ -47,6 +40,7 @@ } html_theme_options = { + "logo": "pyansys", "github_url": "https://github.com/ansys/pyansys", "show_prev_next": False, "show_breadcrumbs": True, diff --git a/pyproject.toml b/pyproject.toml index ad5f1823..e82692dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "ansys-seascape==0.2.0", "ansys-sherlock-core==0.6.0", "ansys-simai-core==0.2.2", - "ansys-sound-core==0.1.2", + "ansys-sound-core==0.1.3", "ansys-systemcoupling-core==0.6.0", "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.4.0", @@ -94,7 +94,7 @@ all = [ ] doc = [ "Sphinx==8.0.2", - "ansys-sphinx-theme==0.16.6", + "ansys-sphinx-theme==1.0.0", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1", "sphinxcontrib-mermaid==0.9.2",