Skip to content

Commit 11f9bd1

Browse files
committed
fix docs
1 parent 2788de1 commit 11f9bd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.readthedocs.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
version: 2
44

55
build:
6-
image: latest
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.7"
79

810
sphinx:
911
configuration: docs/conf.py
1012

11-
formats: all
13+
formats: []
1214

1315
python:
14-
version: "3.7"
15-
16-
system_packages: true
17-
16+
install:
17+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)