Skip to content

Commit ec82295

Browse files
committed
Add sphinx redirect
1 parent 74511c2 commit ec82295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@
8888
linkcheck_allowed_redirects = {
8989
# All HTTP redirections from the source URI to
9090
# the canonical URI will be treated as "working".
91-
r"https://github\.com/.*": r"https://github\.com/login*"
91+
r"https://github\.com/.*": r"https://github\.com/login*",
92+
r"https://www.sphinx-doc\.org/.*": r"https://www.sphinx-doc\.org/en/master/.*",
9293
}

0 commit comments

Comments
 (0)