Skip to content

Commit

Permalink
update rtfd to build generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Feb 4, 2024
1 parent ff57016 commit 6469cba
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "mambaforge-22.9"

conda:
environment: environment.yml
python: "3.11"
jobs:
pre_build:
- pip install nox
- nox -s build-generated-docs

sphinx:
builder: html
Expand All @@ -15,5 +16,6 @@ sphinx:

python:
install:
- requirements: requirements-docs.in
- method: pip
path: .

0 comments on commit 6469cba

Please sign in to comment.