Skip to content

Commit

Permalink
readthedocs YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
ozak committed Jan 3, 2019
1 parent 7213140 commit c82ca70
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: georasters_docs
channels:
- conda-forge
dependencies:
- python=3.6
- pandas
- geopandas
- shapely
- fiona
- pyproj
- rtree
- six
- geopy
- matplotlib
- descartes
- pysal
- sphinx
- sphinx_rtd_theme
- numpydoc
- ipython
- pillow
- mock
- cartopy
- contextily
- geoplot
- sphinx-gallery
- jinja2
7 changes: 7 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
formats:
- none
conda:
file: doc/environment.yml
python:
version: 3
setup_py_install: true

0 comments on commit c82ca70

Please sign in to comment.