Skip to content

Commit 88e0b9b

Browse files
committed
Configuration for readthedocs
1 parent 332f006 commit 88e0b9b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/readthedocs-environment.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- python==3.5
5+
- sphinx>=1.3
6+
- sphinx_rtd_theme
7+
- numpy
8+
- scipy
9+
- matplotlib>=1.5

readthedocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
conda:
2+
file: doc/readthedocs-environment.yml
3+
python:
4+
setup_py_install: true

0 commit comments

Comments
 (0)