Skip to content

Commit f25f8ff

Browse files
authored
Add Read the Docs build configuration (#12020)
1 parent 5b1fa83 commit f25f8ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
38
sphinx:
49
builder: htmldir
510
configuration: docs/html/conf.py
611

712
python:
8-
version: 3.8
913
install:
1014
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)