Skip to content

Commit a018e2a

Browse files
committed
Forces readthedocs to use conda
1 parent 0c28661 commit a018e2a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

environment.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: hdhp
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- matplotlib==1.5.3
6+
- seaborn==0.7.1
7+
- numpy==1.11.2
8+
- scipy==0.18.1
9+
- Sphinx==1.5

readthedocs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python:
2+
setup_py_install: true
3+
conda:
4+
file: environment.yml

0 commit comments

Comments
 (0)