Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand All @@ -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"

Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down