mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
add .readthedocs.yaml
https://blog.readthedocs.com/migrate-configuration-v2/ [skip ci]
This commit is contained in:
parent
2683f47e04
commit
efc99cb791
2 changed files with 9 additions and 1 deletions
9
.readthedocs.yaml
Normal file
9
.readthedocs.yaml
Normal 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
|
|
@ -1,4 +1,3 @@
|
||||||
tomli
|
|
||||||
structlog
|
structlog
|
||||||
platformdirs
|
platformdirs
|
||||||
tornado>=6
|
tornado>=6
|
||||||
|
|
Loading…
Add table
Reference in a new issue