Skip to content

Commit 7e69c84

Browse files
authoredMay 10, 2023
Update .readthedocs.yaml
1 parent b0f6988 commit 7e69c84

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎.readthedocs.yaml

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ version: 2
55
# Build documentation in the docs/ directory with Sphinx
66
sphinx:
77
configuration: docs/conf.py
8-
8+
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
913
# Optionally set the version of Python and requirements required to build your docs
1014
python:
11-
version: 3.7
15+
#version: 3.7
1216
install:
1317
- requirements: docs/requirements.txt
14-
build:
15-
os: ubuntu-22.04
16-
tools:
17-
python: "3.7"
18+

0 commit comments

Comments
 (0)