Skip to content

Commit 3efc163

Browse files
docs: don't fail on invalid tag urls
1 parent cd543b6 commit 3efc163

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,5 +500,7 @@ def setup(app):
500500
r'https://doi\.org/10\.31526/.*',
501501
# https://doi.org/10.1051/epjconf/x DOI URLs will periodically generate 500 Server Error
502502
r'https://doi\.org/10\.1051/epjconf/.*',
503+
# tags for a release won't exist until it is made, but the release notes need to reference them
504+
r' https://github.com/scikit-hep/pyhf/releases/tag/.*',
503505
]
504506
linkcheck_retries = 50

0 commit comments

Comments
 (0)