diff --git a/docs/conf.py b/docs/conf.py index 3838f124..24847aaf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = [