Skip to content

Commit d10c58d

Browse files
committed
Update pyansys_sphinx_theme to ansys_sphinx_theme (#60)
1 parent f23c849 commit d10c58d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Sphinx documentation configuration file."""
22
from datetime import datetime
33

4-
from pyansys_sphinx_theme import pyansys_logo_black
4+
from ansys_sphinx_theme import pyansys_logo_black
55

66
from ansys.platform.instancemanagement import __version__
77

@@ -13,7 +13,7 @@
1313

1414
# use the default pyansys logo
1515
html_logo = pyansys_logo_black
16-
html_theme = "pyansys_sphinx_theme"
16+
html_theme = "ansys_sphinx_theme"
1717

1818
html_short_title = html_title = "PyPIM"
1919
html_show_sourcelink = True

requirements/requirements_doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sphinx>=4.4
22
numpydoc>=1.2
3-
pyansys_sphinx_theme>=0.2
3+
ansys_sphinx_theme>=0.4
44
Sphinx-copybutton>=0.4
55
ansys-api-platform-instancemanagement>=1.0.0b1

0 commit comments

Comments
 (0)