Skip to content

Commit

Permalink
Add astropy-sphinx to dependencies for rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
hamogu committed May 30, 2019
1 parent b36b4ac commit b11c913
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .readthedocs.yml
@@ -1,10 +1,8 @@
build:
image: latest
conda:
file: .rtd-environment.yml

python:
version: 3.6
pip_install: true
extra_requirements: ['docs', 'all']
setup_py_install: true

# Don't build any extra formats
formats: []
8 changes: 4 additions & 4 deletions .rtd-environment.yml
Expand Up @@ -5,10 +5,10 @@ channels:
- sherpa

dependencies:
- python>=3.6
- numpy
- cython
- Cython
- matplotlib
- wcsaxes
- scipy
- sherpa
- astropy-helpers
- astropy
- sphinx-astropy

0 comments on commit b11c913

Please sign in to comment.