Skip to content

Commit 3f1797f

Browse files
committed
Core: Change readthedocs build platform
Fixes #953
1 parent e28b427 commit 3f1797f

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
@@ -12,8 +12,12 @@ sphinx:
1212
# Optionally build your docs in additional formats such as PDF and ePub
1313
formats: all
1414

15+
build:
16+
os: ubuntu-22.04
17+
tools:
18+
python: "3.11"
19+
1520
# Optionally set the version of Python and requirements required to build your docs
1621
python:
17-
version: 3.11
1822
install:
1923
- requirements: doc/requirements.txt

0 commit comments

Comments
 (0)