Merge pull request #3616 from pallets/rtd-config
add readthedocs config
This commit is contained in:
commit
5b1d47f7e4
1 changed files with 8 additions and 0 deletions
8
.readthedocs.yaml
Normal file
8
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: 2
|
||||
python:
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
- requirements: docs/requirements.txt
|
||||
sphinx:
|
||||
builder: dirhtml
|
||||
Loading…
Add table
Add a link
Reference in a new issue