Skip to content

Commit a6291da

Browse files
authored
Merge pull request #47 from python-trio/fix-readthedocs-config
2 parents ef41e63 + a88d42d commit a6291da

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.readthedocs.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# https://docs.readthedocs.io/en/latest/yaml-config.html
2+
version: 2
3+
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.8"
8+
29
formats:
310
- htmlzip
411
- epub
512

6-
requirements_file: ci/rtd-requirements.txt
7-
813
python:
9-
version: 3
10-
pip_install: True
14+
install:
15+
- requirements: ci/rtd-requirements.txt

0 commit comments

Comments
 (0)