Skip to content

Commit

Permalink
Bump readthedocs config to use conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Sep 4, 2024
1 parent d2760af commit c58c725
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.11"
python: "3.12"

# Build documentation with Sphinx
sphinx:
builder: html
configuration: docs/source/conf.py

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs-requirements.txt
conda:
environment: environment.yml

0 comments on commit c58c725

Please sign in to comment.