Skip to content

Commit b1ecc47

Browse files
committed
docs: add '.readthedocs.yml' to use newer image to generate docs (no bug)
This is an attempt to work around: readthedocs/readthedocs.org#8995
1 parent b799910 commit b1ecc47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.readthedocs.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
version: 2
3+
build:
4+
os: ubuntu-20.04
5+
tools:
6+
python: "3.9"
7+
python:
8+
install:
9+
- requirements: requirements/test.txt

0 commit comments

Comments
 (0)