Skip to content

Commit ef3af38

Browse files
fix: solving intersphinx warnings on paths (#1469)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent f6cdee7 commit ef3af38

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/changelog.d/1469.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
solving intersphinx warnings on paths

doc/source/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@ def intersphinx_pyansys_geometry(switcher_version: str):
192192
intersphinx_mapping = {
193193
"python": ("https://docs.python.org/3.11", None),
194194
"numpy": ("https://numpy.org/doc/stable", None),
195-
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
196-
"pyvista": ("https://docs.pyvista.org/version/stable", None),
197-
"grpc": ("https://grpc.github.io/grpc/python/", None),
195+
"scipy": ("https://docs.scipy.org/doc/scipy", None),
196+
"pyvista": ("https://docs.pyvista.org", None),
197+
"grpc": ("https://grpc.github.io/grpc/python", None),
198198
"pint": ("https://pint.readthedocs.io/en/stable", None),
199-
"beartype": ("https://beartype.readthedocs.io/en/stable/", None),
200-
"docker": ("https://docker-py.readthedocs.io/en/stable/", None),
199+
"beartype": ("https://beartype.readthedocs.io/en/stable", None),
200+
"docker": ("https://docker-py.readthedocs.io/en/stable", None),
201201
"pypim": ("https://pypim.docs.pyansys.com/version/stable", None),
202-
"semver": ("https://python-semver.readthedocs.io/en/latest/", None),
202+
"semver": ("https://python-semver.readthedocs.io/en/latest", None),
203203
}
204204

205205
# Conditional intersphinx mapping

0 commit comments

Comments
 (0)