8000 Use conda on readthedocs by wholmgren · Pull Request #108 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Use conda on readthedocs #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 15, 2016
Next Next commit
add rtd ymls
  • Loading branch information
wholmgren committed Jan 15, 2016
commit b79b821b3f4a634adff38068e580bfeb8bc9b437
11 changes: 11 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: pvlib
dependencies:
- python=2.7
- numpy
- scipy
- pandas
- pytz
- ephem
- numba
- ipython
- sphinx
5 changes: 5 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
conda:
file: docs/environment.yml
python:
version: 2
setup_py_install: true
0