Skip to content

Commit b0c87fb

Browse files
authored
Ignore https://www.gnu.org/ due to repeated linkcheck failures, even though the site is just fine. (#1840)
1 parent 3b07b89 commit b0c87fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
r"https://browsersl.ist/#",
106106
# Ignore unreliable sites
107107
r"https://web.archive.org/",
108+
r"https://www.gnu.org/", # Consider removal when upgrading Sphinx
108109
r"http://z3c.pt", # fluke where Sphinx interprets this as a URL
109110
]
110111
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)