Skip to content

Commit 8850cab

Browse files
Build(deps): Bump ansys-sphinx-theme from 0.16.6 to 1.0.3 (#332)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 99da1e7 commit 8850cab

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/source/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import shutil
66

77
from ansys_sphinx_theme import get_version_match
8-
from ansys_sphinx_theme import pyansys_logo_black as logo
98

109
from ansys.tools.installer import __version__
1110

@@ -17,8 +16,7 @@
1716
cname = os.getenv("DOCUMENTATION_CNAME", default="nocname.com")
1817
switcher_version = get_version_match(__version__)
1918

20-
# Select desired logo, theme, and declare the html title
21-
html_logo = logo
19+
# Select desired theme, and declare the html title
2220
html_theme = "ansys_sphinx_theme"
2321
html_short_title = html_title = "Ansys Python Manager"
2422

@@ -30,6 +28,7 @@
3028
"doc_path": "doc/source",
3129
}
3230
html_theme_options = {
31+
"logo": "pyansys",
3332
"switcher": {
3433
"json_url": f"https://{cname}/versions.json",
3534
"version_match": switcher_version,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tests = [
4848
]
4949
doc = [
5050
"Sphinx==8.0.2",
51-
"ansys-sphinx-theme==0.16.6",
51+
"ansys-sphinx-theme==1.0.3",
5252
"sphinx-copybutton==0.5.2",
5353
"sphinx_design==0.6.1",
5454
"sphinx_toolbox==3.7.0",

0 commit comments

Comments
 (0)