Skip to content

Commit

Permalink
fix: conf.py issue (#467)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
2 people authored and ansjmoody committed Dec 9, 2024
1 parent c80904f commit ed2cca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/467.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: conf.py issue
4 changes: 1 addition & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@
# If we are on a release, we have to ignore the "release" URLs, since it is not
# available until the release is published.
if switcher_version != "dev":
linkcheck_ignore.append(
f"https://github.com/ansys/pysherlock/releases/tag/v{pysherlock.__version__}"
)
linkcheck_ignore.append(f"https://github.com/ansys/pysherlock/releases/tag/v{version}")

# Suprpress warnings
suppress_warnings = ["design.grid", "design.fa-build"]

0 comments on commit ed2cca8

Please sign in to comment.