Skip to content

Commit

Permalink
RTD variation...
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Dec 23, 2021
1 parent c0e52a5 commit 13d58fa
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 27 deletions.
30 changes: 30 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.7"

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

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

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs

formats:
- pdf
2 changes: 1 addition & 1 deletion .rtd-environment.yml → .rtd-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ dependencies:
- pysynphot>=2.0
- poppy>=1.0.1
- webbpsf>=1.0.0
- jwst
- jwst>=1.2
- git+https://github.com/JarronL/webbpsf_ext.git
11 changes: 6 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
sphinx-automodapi
sphinx>=3.4.1
ipykernel
nbsphinx
sphinx-automodapi==0.13
sphinx==4.2.0
sphinx_rtd_theme==0.4.3
nbsphinx==0.8.7
docutils==0.16
ipykernel
numpy>=1.19
matplotlib
Cython
astropy>=4.2
astroquery>=0.4.3
astropy-helpers>=3.1
pysynphot>=2.0
pysynphot>=2.0.0
poppy>=1.0.1
webbpsf>=1.0.0
jwst
Expand Down
21 changes: 0 additions & 21 deletions readthedocs.yml

This file was deleted.

0 comments on commit 13d58fa

Please sign in to comment.