Skip to content

Commit b79b821

Browse files
committed
add rtd ymls
1 parent 4da65ee commit b79b821

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/environment.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: pvlib
2+
dependencies:
3+
- python=2.7
4+
- numpy
5+
- scipy
6+
- pandas
7+
- pytz
8+
- ephem
9+
- numba
10+
- ipython
11+
- sphinx

readthedocs.yml

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

0 commit comments

Comments
 (0)