Skip to content

Commit 6469cba

Browse files
committed
update rtfd to build generated docs
1 parent ff57016 commit 6469cba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.readthedocs.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "mambaforge-22.9"
7-
8-
conda:
9-
environment: environment.yml
6+
python: "3.11"
7+
jobs:
8+
pre_build:
9+
- pip install nox
10+
- nox -s build-generated-docs
1011

1112
sphinx:
1213
builder: html
@@ -15,5 +16,6 @@ sphinx:
1516

1617
python:
1718
install:
19+
- requirements: requirements-docs.in
1820
- method: pip
1921
path: .

0 commit comments

Comments
 (0)