Skip to content

Commit

Permalink
ignore broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jun 19, 2024
1 parent 7db0599 commit 76ea3d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,13 @@ def doc_redirect_include(file_path):
"https://github.com/Ouranosinc/cowbird/*", # limit only Cowbird so others are still checked
# ignore private links
"https://github.com/Ouranosinc/PAVICS/*",
"CHANGES.rst",
".*CHANGES.rst.*",
"AUTHORS.rst",
r"docs/\w+.rst",
]
linkcheck_anchors_ignore = [
r".*issuecomment.*" # github issue comment anchors not resolved
r".*issuecomment.*", # GitHub issue comment anchors not resolved
r".*CHANGES.rst.*", # GitHub anchor to specific changelog version
]

linkcheck_anchors_ignore_for_url = [
Expand Down

0 comments on commit 76ea3d5

Please sign in to comment.