add readthedocs config
This commit is contained in:
parent
d091bb00c0
commit
cdf0b5bc79
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