-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
linkcheck builder: optionally allow HTTP 401 status code hyperlinks to be reported broken #11684
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
Merged
AA-Turner
merged 31 commits into
sphinx-doc:master
from
jayaddison:issue-11433/adjust-linkcheck-http-401-handling
Jan 9, 2024
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6aee5b8
linkcheck builder: update handling of HTTP 401 status code to conside…
jayaddison 7f68206
linkcheck builder: introduce a 'linkcheck_allow_unauthorized' config …
jayaddison 2d4f4bc
Update CHANGES.rst
jayaddison a958e86
Clarify phrasing in CHANGES.rst: the setting has to be configured to …
jayaddison 712f060
CHANGES.rst: fixup: relocate the changelog entry to the correct locat…
jayaddison ee7348f
docs: add documentation for the 'linkcheck_allow_unauthorized' config…
jayaddison c19f7c3
CHANGES.rst: nitpick: undo accidental empty-line removal
jayaddison a290e3c
CHANGES.rst: nitpick: phrasing: 'handle...as broken' -> 'report...as …
jayaddison 46d8206
CHANGES.rst: nitpick: brevity
jayaddison c895ca2
linkcheck builder: add a deprecation warning indicating that the 'lin…
jayaddison 37b50ae
CHANGES.rst: fixup: add self-attribution
jayaddison bc3c390
Merge branch 'master' into issue-11433/adjust-linkcheck-http-401-hand…
jayaddison 37634b1
ruff: linting fixups
jayaddison a81f283
Apply code review suggestion: filter warnings in test case using more…
jayaddison de6ac23
Apply code review suggestion: make the 'allow_unauthorized' worker va…
jayaddison 9f87c41
docs: add removal note to 'linkcheck_allow_unauthorized' config optio…
jayaddison 2b90b76
linkcheck builder: relocate 'linkcheck_allow_unauthorized' warning to…
jayaddison d9144cc
fixup: use pytest.mark.filterwarnings to filter warning _before_ app …
jayaddison fa9be8a
cleanup: remove unused imports
jayaddison 4750345
Apply code review suggestion: set default value for 'allow_unauthoriz…
jayaddison 6d450c2
Updated plan: instead of removing the setting entirely in Sphinx 8.0,…
jayaddison cdfa342
Apply code review suggestion: when an HTTP 401 response is encountere…
jayaddison daf4efb
Code behaviour consensus: the URI of unauthorized HTTP responses shou…
jayaddison e17581a
CHANGES.rst: prefer Pythonic representation of false value
jayaddison 2070c88
Merge branch 'master' into issue-11433/adjust-linkcheck-http-401-hand…
jayaddison bc97be3
Merge branch 'master' into issue-11433/adjust-linkcheck-http-401-hand…
jayaddison a75abcf
Merge branch 'master' into issue-11433/adjust-linkcheck-http-401-hand…
jayaddison 5d16bb3
Merge branch 'master' into issue-11433/adjust-linkcheck-http-401-hand…
jayaddison 000af8b
Merge branch 'master' into issue-11433/adjust-linkcheck-http-401-hand…
jayaddison bfaf179
Merge branch 'master' into issue-11433/adjust-linkcheck-http-401-hand…
jayaddison 16a3695
Update sphinx/builders/linkcheck.py
AA-Turner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.