There was an error while loading. Please reload this page.
1 parent f23c849 commit d10c58dCopy full SHA for d10c58d
doc/source/conf.py
@@ -1,7 +1,7 @@
1
"""Sphinx documentation configuration file."""
2
from datetime import datetime
3
4
-from pyansys_sphinx_theme import pyansys_logo_black
+from ansys_sphinx_theme import pyansys_logo_black
5
6
from ansys.platform.instancemanagement import __version__
7
@@ -13,7 +13,7 @@
13
14
# use the default pyansys logo
15
html_logo = pyansys_logo_black
16
-html_theme = "pyansys_sphinx_theme"
+html_theme = "ansys_sphinx_theme"
17
18
html_short_title = html_title = "PyPIM"
19
html_show_sourcelink = True
requirements/requirements_doc.txt
@@ -1,5 +1,5 @@
Sphinx>=4.4
numpydoc>=1.2
-pyansys_sphinx_theme>=0.2
+ansys_sphinx_theme>=0.4
Sphinx-copybutton>=0.4
ansys-api-platform-instancemanagement>=1.0.0b1
0 commit comments