Skip to content

Commit

Permalink
RTD: build docs using python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Paulik committed Aug 1, 2017
1 parent 85c3335 commit e43a565
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/environment.yml
Expand Up @@ -2,15 +2,16 @@ name: smap_io-docs
channels:
- conda-forge
dependencies:
- h5py=2.6.0
- python=2.7
- h5py
- python=3.6
- pyresample
- scipy
- pandas
- netcdf4=1.2.2
- netcdf4
- matplotlib
- sphinx
- pip:
- pygeobase==0.3.9
- pygeobase
- pytesmo
- pygeogrids
- repurpose
Expand Down
3 changes: 2 additions & 1 deletion readthedocs.yml
@@ -1,4 +1,5 @@
conda:
file: docs/environment.yml
python:
setup_py_install: true
version: 3
pip_install: true

0 comments on commit e43a565

Please sign in to comment.