Skip to content

Commit b3c2062

Browse files
committed
update rtd config
1 parent 5ae1885 commit b3c2062

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.readthedocs.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,20 @@
55
# Required
66
version: 2
77

8-
# Build documentation in the docs/ directory with Sphinx
8+
build:
9+
os: "ubuntu-22.04"
10+
tools:
11+
python: "3.10"
12+
13+
# Build documentation in the doc/ directory with Sphinx
914
sphinx:
1015
configuration: doc/conf.py
1116

12-
# Optionally build your docs in additional formats such as PDF
13-
formats: all
17+
# Optionally build your docs in additional formats such as PDF and ePub
18+
# formats: all
1419

1520
# Optionally set the version of Python and requirements required to build your docs
1621
python:
17-
version: 3
1822
install:
1923
- requirements: doc/rtd-requirements.txt
24+

0 commit comments

Comments
 (0)