Skip to content

Commit 3e1db7e

Browse files
RobPasMuegreschd
andauthored
Adapting to new PyAnsys actions v4 (main) (#228)
* Adapting to new PyAnsys actions v4 (main) * Fix URL for ansys-dpf-core doc --------- Co-authored-by: Dominik Gresch <[email protected]>
1 parent 1b014a1 commit 3e1db7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
("PyAnsys", "https://docs.pyansys.com/"),
4545
],
4646
"switcher": {
47-
"json_url": f"https://{cname}/release/versions.json",
47+
"json_url": f"https://{cname}/versions.json",
4848
"version_match": get_version_match(__version__),
4949
},
5050
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
@@ -66,7 +66,7 @@
6666
# Intersphinx mapping
6767
intersphinx_mapping = {
6868
"python": ("https://docs.python.org/dev", None),
69-
"ansys-dpf-core": ("https://dpf.docs.pyansys.com/release/0.7", None),
69+
"ansys-dpf-core": ("https://dpf.docs.pyansys.com/version/stable", None),
7070
"numpy": ("https://numpy.org/doc/stable", None),
7171
"matplotlib": ("https://matplotlib.org/stable", None),
7272
# kept here as an example

0 commit comments

Comments
 (0)