Skip to content

Commit

Permalink
Merge pull request #883 from sanak/fix/linkcheck-error
Browse files Browse the repository at this point in the history
Fix linkcheck error by ignoring failed urls
  • Loading branch information
cvvergara authored Nov 9, 2024
2 parents 28a57e4 + 6c8e557 commit 7a3ae7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@

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

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

# redirect exists but link check fails
# SSL: CERTIFICATE_VERIFY_FAILED
r'https://ghsl.jrc.ec.europa.eu/ghs_pop.php',

# Link to the presentation
r'presentation.html',

Expand Down

0 comments on commit 7a3ae7f

Please sign in to comment.