Skip to content

Commit

Permalink
Merge pull request #1586 from williamfgc/rtd_conda
Browse files Browse the repository at this point in the history
moving all readthedocs requirements to conda
  • Loading branch information
williamfgc authored Jun 30, 2019
2 parents 58b8e98 + 08a0d27 commit 09e55a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ channels:
dependencies:
- python
- adios2-openmpi
- pip:
- sphinx==2.0.1
- blockdiag>=1.5.4
- sphinxcontrib-blockdiag>=1.5.5
- sphinx_rtd_theme>=0.4.1
- breathe==4.13
8 changes: 3 additions & 5 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ version: 2

conda:
environment: docs/environment.yml

python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
version: 3.7
system_packages: true

0 comments on commit 09e55a2

Please sign in to comment.