Skip to content

Commit 3827769

Browse files
committed
use conda for rtd build
1 parent 44e08f6 commit 3827769

2 files changed

Lines changed: 31 additions & 4 deletions

File tree

.readthedocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ version: 2
22

33
python:
44
version: 3.7
5-
install:
6-
- requirements: requirements.txt
7-
- requirements: requirements_dev.txt
8-
- requirements: requirements_conda.txt
5+
6+
conda:
7+
environment: environment.yml

docs/environment.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: rtd
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python=3.6
7+
- pandas=0.20.3
8+
- xarray
9+
- scipy
10+
- numpy
11+
- toolz
12+
- pip:
13+
- datafs==0.7.1
14+
- bumpversion==0.5.3
15+
- wheel==0.29.0
16+
- flake8==3.3.0
17+
- tox==2.7.0
18+
- coverage==4.4.1
19+
- Sphinx==1.6.3
20+
- PyYAML>=4.2b1
21+
- pytest==3.1.3
22+
- pytest-runner==2.11.1
23+
- pytest-cov==2.5.1
24+
- py==1.4.34
25+
- pytest-cov==2.7.1
26+
- scipy==1.3.0
27+
- xarray==0.12.1
28+
- toolz==0.9.0

0 commit comments

Comments
 (0)