Skip to content

Commit

Permalink
Update readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil committed Oct 21, 2019
1 parent 97bd115 commit 008d687
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
9 changes: 9 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
numpy
scipy
pandas
matplotlib
sphinx
iminuit
xarray
numpydoc
sphinx_rtd_theme
9 changes: 4 additions & 5 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
conda:
file: environment.yml

python:
version: 3
setup_py_install: true
version: 3.7
install:
- requirements: docs/requirements.txt
system_packages: true

0 comments on commit 008d687

Please sign in to comment.