Skip to content

Commit 2dba7e2

Browse files
Add PDF and EPub formats to doc building.
1 parent 3f0dab2 commit 2dba7e2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
version: 2
22

3+
# Build PDF & ePub
4+
formats:
5+
- epub
6+
- pdf
7+
38
build:
4-
os: ubuntu-22.04
9+
os: ubuntu-24.04
510
tools:
6-
python: "3.11"
11+
python: "3.12"
712

813
sphinx:
914
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)