Skip to content

Commit

Permalink
update RTD build (#108)
Browse files Browse the repository at this point in the history
* update environment.yml with matplotlib and python 3.7
* Updated readthedocs config to v2

Co-authored-by: David Dotson <[email protected]>
  • Loading branch information
orbeckst and dotsdl authored Aug 29, 2020
1 parent 7be2e41 commit c3d240b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: alchemlyb
dependencies:
- python=3.5
- python=3.7
- numpy
- scipy
- pandas
- scikit-learn
- matplotlib
- sphinx
17 changes: 14 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
---
conda:
file: environment.yml
version: 2

sphinx:
configuration: docs/conf.py

formats:
- pdf

python:
setup_py_install: true
version: 3.7
install:
- method: pip
path: .

conda:
environment: environment.yml

0 comments on commit c3d240b

Please sign in to comment.