Skip to content

Commit 7a3ae7f

Browse files
authored
Merge pull request #883 from sanak/fix/linkcheck-error
Fix linkcheck error by ignoring failed urls
2 parents 28a57e4 + 6c8e557 commit 7a3ae7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197

198198
# NewConnectionError looks like information is wrong
199199
r'http://udig.refractions.net',
200+
r'https://sgx.geodatenzentrum.de',
200201

201202
# link exists but does not accept robots and linkchecker is a robot
202203
# used in overview/mapserver_overview
@@ -245,6 +246,10 @@
245246
'https://www.ntua.gr/en',
246247
'https://www.ice.ucdavis.edu/',
247248

249+
# redirect exists but link check fails
250+
# SSL: CERTIFICATE_VERIFY_FAILED
251+
r'https://ghsl.jrc.ec.europa.eu/ghs_pop.php',
252+
248253
# Link to the presentation
249254
r'presentation.html',
250255

0 commit comments

Comments
 (0)