Skip to content

Commit

Permalink
docs: don't fail on invalid tag urls
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 29, 2022
1 parent 0268d39 commit 0c9888a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,5 +500,7 @@ def setup(app):
r'https://doi\.org/10\.31526/.*',
# https://doi.org/10.1051/epjconf/x DOI URLs will periodically generate 500 Server Error
r'https://doi\.org/10\.1051/epjconf/.*',
# tags for a release won't exist until it is made, but the release notes need to reference them
r' https://github.com/scikit-hep/pyhf/releases/tag/.*',
]
linkcheck_retries = 50

0 comments on commit 0c9888a

Please sign in to comment.