Skip to content

Commit f01ee6c

Browse files
authored
docs(rtd): fix .readthedocs.yml (add build section) (#139)
1 parent 011aeba commit f01ee6c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
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"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: .doc/conf.py
@@ -19,7 +25,6 @@ formats:
1925

2026
# Optionally set the version of Python and requirements required to build your docs
2127
python:
22-
version: 3.7
2328
install:
2429
- requirements: etc/requirements.pip.txt
2530
- requirements: .doc/requirements.rtd.txt

0 commit comments

Comments
 (0)