Skip to content

Commit

Permalink
Merge pull request #206 from mwcraig/update-RTD-configuration
Browse files Browse the repository at this point in the history
Update RTD configuration
  • Loading branch information
mwcraig authored Dec 12, 2023
2 parents 4b70f3f + bf71f60 commit b12c1a5
Show file tree
Hide file tree
Showing 2 changed files with 12 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
4 changes: 3 additions & 1 deletion .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ dependencies:
- gatspy
- pyyaml
- astrowidgets
- ipyfilechooser
- pydantic<2
- reducer
- reproject
- sphinx-astropy
- pip:
- ipyautoui

0 comments on commit b12c1a5

Please sign in to comment.