Skip to content

Commit 1eef781

Browse files
authored
Update .readthedocs.yml
1 parent 9ec4448 commit 1eef781

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.readthedocs.yml

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
# Required
2+
version: 2
3+
14
build:
2-
image: latest
5+
os: ubuntu-20.04
6+
tools:
7+
python: "3.11"
8+
9+
# Build documentation in the docs/ directory with Sphinx
10+
sphinx:
11+
configuration: docs/conf.py
312

413
python:
5-
version: 3.8
6-
setup_py_install: true
14+
install:
15+
- requirements: requirements.txt
16+
- method: pip

0 commit comments

Comments
 (0)