add .readthedocs.yaml
https://blog.readthedocs.com/migrate-configuration-v2/ [skip ci]
This commit is contained in:
parent
2683f47e04
commit
efc99cb791
|
@ -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
|
|
@ -1,4 +1,3 @@
|
|||
tomli
|
||||
structlog
|
||||
platformdirs
|
||||
tornado>=6
|
||||
|
|
Loading…
Reference in New Issue