add .readthedocs.yaml

https://blog.readthedocs.com/migrate-configuration-v2/

[skip ci]
This commit is contained in:
lilydjwg 2023-08-26 11:46:24 +08:00
parent 2683f47e04
commit efc99cb791
2 changed files with 9 additions and 1 deletions

9
.readthedocs.yaml Normal file
View File

@ -0,0 +1,9 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
install:
- requirements: docs/requirements.txt

View File

@ -1,4 +1,3 @@
tomli
structlog
platformdirs
tornado>=6