Skip to content

Commit eb21d67

Browse files
EditRTD
1 parent 207b082 commit eb21d67

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.readthedocs.yaml

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

8+
# Set the version of Python
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.10"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
builder: html
@@ -16,10 +22,7 @@ formats:
1622
- epub
1723
- pdf
1824

19-
build:
20-
os: ubuntu-22.04
21-
tools:
22-
python: 3.10
25+
2326

2427
# Optionally set the version of Python and requirements required to build your docs
2528
python:

0 commit comments

Comments
 (0)