Skip to content

Commit 298ac4b

Browse files
Attempt to make ReadTheDocs happy (1).
1 parent 2c5a998 commit 298ac4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# required
22
version: 2
33

4+
build:
5+
os: ubuntu-20.04
6+
tools:
7+
python: "3.10"
8+
49
# Build documentation in the doc/src directory with Sphinx
510
sphinx:
611
configuration: doc/src/conf.py
712

813
# declare Python requirements required to build docs
914
python:
10-
version: 3.10
1115
install:
1216
- requirements: doc/requirements.txt

0 commit comments

Comments
 (0)