Skip to content

Commit

Permalink
Attempt to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Jul 5, 2018
1 parent 793b647 commit f1a6a3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
# path to your examples scripts
'examples_dirs': 'examples',
# path where to save gallery generated examples
'gallery_dirs': 'auto_examples'
'gallery_dirs': 'auto_examples',
'backreferences_dir': False
}


Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- scipy
- matplotlib
- geopandas
- Pillow
- Pillow=3.0.0 # because RTD installs this version anyway
- joblib
- netCDF4
- descartes
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/plot_landsea_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# read the lake shapefile (data from http://www.naturalearthdata.com)
lakes = salem.read_shapefile(salem.get_demo_file('ne_50m_lakes.shp'),
cached=True)
cached=True)

# The default is to keep only the pixels which center is within the polygon:
mask_default = grid.region_of_interest(shape=oceans)
Expand Down

0 comments on commit f1a6a3a

Please sign in to comment.