Skip to content

Commit 138d942

Browse files
committed
Fix readthedocs
1 parent f08158b commit 138d942

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ build:
1010
os: ubuntu-22.04
1111
tools:
1212
python: "3.11"
13-
python:
14-
install:
15-
- requirements: docs/requirements.txt
1613

1714
# Build documentation in the docs/ directory with Sphinx
1815
sphinx:
1916
configuration: docs/conf.py
2017

2118
# If using Sphinx, optionally build your docs in additional formats such as PDF
2219
# formats:
20+
formats: all
21+
22+
23+
python:
24+
install:
25+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)