-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Skip ReadTheDocs verions during Sphinx link check #2031
Conversation
* Add 'https://pyhf.readthedocs.io/en/.*' to the linkcheck ignore as tags for a release won't exist until it is made, but ReadTheDocs needs to reference them.
This is needed as Lines 17 to 19 in 931dd36
caught Not sure if there is a way to save the https://pyhf.readthedocs.io/en/v0.7.0/ URL or if that is gone forever. |
https://pyhf--2031.org.readthedocs.build/en/2031/ works. So is there some way we can get that build up under https://pyhf.readthedocs.io/en/v0.7.0/? |
This docs build is going to fail for the expected reason of
and that's okay. |
Codecov ReportBase: 98.30% // Head: 98.30% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #2031 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 69 69
Lines 4530 4530
Branches 738 738
=======================================
Hits 4453 4453
Misses 45 45
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I just need https://pyhf.readthedocs.io/en/v0.7.0/ to point to https://pyhf.readthedocs.io/en/stable/ so that |
Fixed after this PR by:
Don't break your docs! |
Description
Resolves #2029
Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: