Skip to content

Commit 78b8809

Browse files
committed
Sphinx does not like non local images. Use a local copy of the basemap and cartopy examples
1 parent 203998f commit 78b8809

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/_static/basemap_contour1.png

232 KB
Loading
82.8 KB
Loading

doc/mpl_toolkits/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Plots data on map projections, with continental and political
3030
boundaries, see `basemap <http://matplotlib.org/basemap>`_
3131
docs.
3232

33-
.. image:: http://matplotlib.org/basemap/_images/contour1.png
33+
.. image:: /_static/basemap_contour1.png
3434
:height: 400px
3535

3636

@@ -46,7 +46,7 @@ integration with Shapely for powerful yet easy-to-use vector data processing
4646
tools. An example plot from the
4747
`Cartopy gallery <http://scitools.org.uk/cartopy/docs/latest/gallery.html>`_:
4848

49-
.. image:: http://scitools.org.uk/cartopy/docs/latest/_images/hurricane_katrina_01_00.png
49+
.. image:: /_static/cartopy_hurricane_katrina_01_00.png
5050
:height: 400px
5151

5252

0 commit comments

Comments
 (0)