Skip to content

Commit

Permalink
Merge pull request #47 from python-trio/fix-readthedocs-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuyukai committed Feb 24, 2024
2 parents ef41e63 + a88d42d commit a6291da
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# https://docs.readthedocs.io/en/latest/yaml-config.html
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

formats:
- htmlzip
- epub

requirements_file: ci/rtd-requirements.txt

python:
version: 3
pip_install: True
install:
- requirements: ci/rtd-requirements.txt

0 comments on commit a6291da

Please sign in to comment.