We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80904f commit ed2cca8Copy full SHA for ed2cca8
doc/changelog.d/467.fixed.md
@@ -0,0 +1 @@
1
+fix: conf.py issue
doc/source/conf.py
@@ -121,9 +121,7 @@
121
# If we are on a release, we have to ignore the "release" URLs, since it is not
122
# available until the release is published.
123
if switcher_version != "dev":
124
- linkcheck_ignore.append(
125
- f"https://github.com/ansys/pysherlock/releases/tag/v{pysherlock.__version__}"
126
- )
+ linkcheck_ignore.append(f"https://github.com/ansys/pysherlock/releases/tag/v{version}")
127
128
# Suprpress warnings
129
suppress_warnings = ["design.grid", "design.fa-build"]
0 commit comments