Skip to content

Commit

Permalink
trick rtd build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hervenivon committed Jul 5, 2018
1 parent 0d89056 commit 3622a16
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ReadTheDocs environment customization to allow us to use conda to install
# libraries which have C dependencies for the doc build. See:
# http://docs.readthedocs.io/en/latest/yaml-config.html

conda:
file: .rtd-environment.yml

python:
setup_py_install: true
8 changes: 8 additions & 0 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Conda environment file used by our custom ReadTheDocs environment.
name: buzzard
dependencies:
- python>=3.6
- numpy>=1.13
- scipy>=0.19.1
- gdal>=2.1.3
- shapely>= 1.5.16

0 comments on commit 3622a16

Please sign in to comment.