We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74511c2 commit ec82295Copy full SHA for ec82295
doc/conf.py
@@ -88,5 +88,6 @@
88
linkcheck_allowed_redirects = {
89
# All HTTP redirections from the source URI to
90
# the canonical URI will be treated as "working".
91
- r"https://github\.com/.*": r"https://github\.com/login*"
+ r"https://github\.com/.*": r"https://github\.com/login*",
92
+ r"https://www.sphinx-doc\.org/.*": r"https://www.sphinx-doc\.org/en/master/.*",
93
}
0 commit comments