Skip to content

Commit 5bb3cc0

Browse files
committed
Upgrade ReadTheDocs configuration
1 parent 173161b commit 5bb3cc0

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

Diff for: .readthedocs.yaml

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
# https://docs.readthedocs.io/en/stable/config-file/v2.html
21
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
38
sphinx:
49
configuration: docs/conf.py
10+
511
formats:
6-
- pdf
12+
- pdf
13+
- epub
14+
715
python:
8-
version: 3.8
9-
install:
10-
- requirements: docs/requirements.txt
16+
install:
17+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)