Skip to content

Commit 2557ebb

Browse files
committed
Update readthedocs configuration file
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 9a5ecbb commit 2557ebb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,22 @@
55
# Required
66
version: 2
77

8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.12"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/conf.py
1117

1218
# Optionally build your docs in additional formats such as PDF
1319
formats:
1420
- pdf
21+
- epub
1522

1623
# Optionally set the version of Python and requirements required to build your docs
1724
python:
18-
version: 3.7
1925
install:
2026
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)