Skip to content

Commit

Permalink
DOC: Remove expected NASA failing images because they work now
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Jun 22, 2024
1 parent 300c8b1 commit a432015
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@
sphinx_gallery_conf = {
'capture_repr': (),
'examples_dirs': ['../../examples'],
# NASA wmts servers are returning bad content metadata
"expected_failing_examples": [
'../../examples/web_services/reprojected_wmts.py',
'../../examples/web_services/wmts.py',
'../../examples/web_services/wmts_time.py',
# NASA wmts servers frequently return bad content metadata
# uncomment these to fix the doc build failures
# '../../examples/web_services/reprojected_wmts.py',
# '../../examples/web_services/wmts.py',
# '../../examples/web_services/wmts_time.py',
# OSGeo WMS has been shut off
# https://discourse.osgeo.org/t/map-tile-loading-pin-location-issues/6910/2
'../../examples/web_services/wms.py'
Expand Down

0 comments on commit a432015

Please sign in to comment.