Skip to content

Commit

Permalink
Update RTD configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Dec 12, 2023
1 parent 4b70f3f commit f83d83a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,27 @@ conda:
# Set the version of Python and other tools you might need
build:
os: "ubuntu-22.04"
apt_packages:
- graphviz
tools:
python: "mambaforge-4.10"
python: "mambaforge-22.9"

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- all

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

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
# - requirements: docs/requirements.txt
3 changes: 2 additions & 1 deletion .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ dependencies:
- gatspy
- pyyaml
- astrowidgets
- ipyfilechooser
- ipyautoui
- pydantic<2
- reducer
- reproject
- sphinx-astropy

0 comments on commit f83d83a

Please sign in to comment.