Skip to content

Commit 88358c8

Browse files
committed
modify .readthedocs.yml
1 parent 3fd540e commit 88358c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ sphinx:
1111

1212
# Optionally set the version of Python and requirements required to build your docs
1313
python:
14-
version: 3.6
1514
install:
1615
- requirements: docs/requirements.txt
1716
- method: pip
1817
path: .
18+
19+
build:
20+
os: ubuntu-22.04
21+
tools:
22+
python: "3.6"
23+

0 commit comments

Comments
 (0)