Skip to content

Commit 59b9099

Browse files
feat: add semver to intersphinx (#1173)
Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
1 parent f3c803c commit 59b9099

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changelog.d/1173.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: add semver to intersphinx

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def intersphinx_pyansys_geometry(switcher_version: str):
184184
"beartype": ("https://beartype.readthedocs.io/en/stable/", None),
185185
"docker": ("https://docker-py.readthedocs.io/en/stable/", None),
186186
"pypim": ("https://pypim.docs.pyansys.com/version/stable", None),
187+
"semver": ("https://python-semver.readthedocs.io/en/latest/", None),
187188
}
188189

189190
# Conditional intersphinx mapping

0 commit comments

Comments
 (0)