Skip to content

Commit

Permalink
Install MDAnalysis on ReadTheDocs via pip (MDAnalysis#3071)
Browse files Browse the repository at this point in the history
Install via `pip install package/` to build current docs on ReadTheDocs
  • Loading branch information
lilyminium committed Dec 21, 2020
1 parent fe6cb34 commit 8c1fbd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- method: pip
path: package

conda:
environment: maintainer/conda/environment.yml
5 changes: 2 additions & 3 deletions maintainer/conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- numpy>=1.17.3
- psutil
- pytest
- python==3.7
- scikit-learn
- scipy
- pip
Expand All @@ -30,6 +31,4 @@ dependencies:
- duecredit
- parmed
- msmb_theme==1.2.0
- sphinx-sitemap==1.0.2
- git+https://github.com/MDAnalysis/mdanalysis@develop#egg=mdanalysis&subdirectory=package
- git+https://github.com/MDAnalysis/mdanalysis@develop#egg=MDAnalysisTests&subdirectory=testsuite
- sphinx-sitemap==1.0.2

0 comments on commit 8c1fbd6

Please sign in to comment.