Skip to content

Commit 1c2a6b3

Browse files
authored
Merge pull request #9320 from Alexey-Rivkin/topic/readthedocs-os_v1.15.x
BUILD: Readthedocs - add OS (v1.15.x)
2 parents 8c67176 + 99e249b commit 1c2a6b3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.readthedocs.yaml

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

8+
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.8"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/source/conf.py
@@ -14,6 +20,5 @@ sphinx:
1420

1521
# Optionally set the version of Python and requirements required to build your docs
1622
python:
17-
version: 3.8
1823
install:
19-
- requirements: docs/.readthedoc.requirements.txt
24+
- requirements: docs/.readthedoc.requirements.txt

0 commit comments

Comments
 (0)