readthedocs yaml
This commit is contained in:
parent
cc7664e838
commit
0b94c824f3
1 changed files with 11 additions and 0 deletions
11
.readthedocs.yaml
Normal file
11
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- method: pip
|
||||||
|
path: .
|
||||||
|
extra_requirements:
|
||||||
|
- docs
|
||||||
Loading…
Reference in a new issue