Skip to content

Commit a6ebcf4

Browse files
committed
docs: modernize readthedocs config
Signed-off-by: Henry Schreiner <[email protected]>
1 parent fcded34 commit a6ebcf4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.readthedocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
# Required
66
version: 2
77

8+
# Set the version of Python and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/conf.py
1116

12-
# Include PDF and ePub
13-
formats: all
14-
1517
python:
16-
version: "3.10"
1718
install:
1819
- method: pip
1920
path: .

0 commit comments

Comments
 (0)