diff --git a/doc/changelog.d/3382.documentation.md b/doc/changelog.d/3382.documentation.md new file mode 100644 index 0000000000..411a7a8820 --- /dev/null +++ b/doc/changelog.d/3382.documentation.md @@ -0,0 +1 @@ +build: bump ansys-sphinx-theme from 1.0.5 to 1.0.7 in the core group \ No newline at end of file diff --git a/doc/source/_static/pyansys-logo-dark_mode.png b/doc/source/_static/pyansys-logo-dark_mode.png deleted file mode 100644 index 20abe59e44..0000000000 Binary files a/doc/source/_static/pyansys-logo-dark_mode.png and /dev/null differ diff --git a/doc/source/conf.py b/doc/source/conf.py index e1364dc2f9..2be2888c07 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -76,9 +76,6 @@ pyansys_light_mode_logo = str( os.path.join(SOURCE_PATH, "_static", "pyansys-logo-light_mode.png") ) -pyansys_dark_mode_logo = str( - os.path.join(SOURCE_PATH, "_static", "pyansys-logo-dark_mode.png") -) # -- General configuration --------------------------------------------------- extensions = [ @@ -277,8 +274,8 @@ # -- Options for HTML output ------------------------------------------------- html_short_title = html_title = "PyMAPDL" html_theme = "ansys_sphinx_theme" -html_logo = pyansys_dark_mode_logo html_theme_options = { + "logo": "pyansys", "analytics": {"google_analytics_id": "G-JQJKPV6ZVB"}, "github_url": f"https://github.com/{USERNAME}/{REPOSITORY_NAME}", "show_prev_next": False, diff --git a/pyproject.toml b/pyproject.toml index 36d5e0953f..6412d57f65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.54.0", "ansys-tools-visualization-interface==0.4.0", - "ansys-sphinx-theme==1.0.5", + "ansys-sphinx-theme==1.0.7", "grpcio==1.66.1", "imageio-ffmpeg==0.5.1", "imageio==2.35.1",