Skip to content

Commit

Permalink
Merge pull request #741 from crim-ca/ignore-link-web-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Oct 10, 2024
2 parents d4ffd34 + 96e8bf1 commit 8416019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,9 @@ def doc_redirect_include(file_path):
# - https://github.com/sphinx-doc/sphinx/issues/12030
# - https://github.com/orgs/sphinx-doc/discussions/12032
"https://app.dimensions.ai/details/grant/grant.8105745",
# ignore links using archived web pages, which sometimes become unavailable briefly
# since using an archive, they are already using "last resort" references
"http[s]*://web.archive.org/.*",
]
linkcheck_anchors_ignore = [
"xml-object", # https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md
Expand Down

0 comments on commit 8416019

Please sign in to comment.