Skip to content

Commit

Permalink
Revert "DOC: Removing failing WMTS examples from doc build"
Browse files Browse the repository at this point in the history
This reverts commit dbecff2.
  • Loading branch information
greglucas committed Apr 30, 2021
1 parent 2684204 commit 7864f68
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 7864f68

Please sign in to comment.