Skip to content

Commit

Permalink
testing RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Dec 22, 2021
1 parent 4e1fe7b commit 39fa39d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
- git+https://github.com/spacetelescope/poppy.git#egg=poppy
- git+https://github.com/spacetelescope/webbpsf.git#egg=webbpsf
- git+https://github.com/spacetelescope/pysynphot.git#egg=pysynphot
- git+https://github.com/JarronL/webbpsf_ext.git#egg=webbpsf_ext
- git+https://github.com/JarronL/webbpsf_ext.git
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ astropy-helpers>=3.1
-e git+https://github.com/spacetelescope/poppy.git#egg=poppy
-e git+https://github.com/spacetelescope/webbpsf.git#egg=webbpsf
-e git+https://github.com/spacetelescope/pysynphot.git#egg=pysynphot
-e git+https://github.com/JarronL/webbpsf_ext.git
5 changes: 5 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: 2

# Set up conda environment
conda:
environment: .rtd-environment.yml

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

python:
version: "3.7"
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
Expand Down

0 comments on commit 39fa39d

Please sign in to comment.