Skip to content

Commit

Permalink
DOC: Removing failing WMTS examples from doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Apr 21, 2021
1 parent d2b61fa commit dbecff2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@
release = cartopy.__version__


if (hasattr(owslib, '__version__') and
LooseVersion(owslib.__version__) >= '0.19.2'):
expected_failing_examples = []
else:
# OWSLib WMTS support is broken.
expected_failing_examples = [
'../../examples/web_services/reprojected_wmts.py',
'../../examples/web_services/wmts.py',
'../../examples/web_services/wmts_time.py',
]
# if (hasattr(owslib, '__version__') and
# LooseVersion(owslib.__version__) >= '0.19.2'):
# expected_failing_examples = []
# else:
# OWSLib WMTS support is broken.
expected_failing_examples = [
'../../examples/web_services/reprojected_wmts.py',
'../../examples/web_services/wmts.py',
'../../examples/web_services/wmts_time.py',
]

subsection_order = ExplicitOrder(['../../examples/lines_and_polygons',
'../../examples/scalar_data',
Expand Down

0 comments on commit dbecff2

Please sign in to comment.