support .readthedocs.yml configuration
This commit is contained in:
parent
29bd88175c
commit
1f9f103876
1 changed files with 12 additions and 0 deletions
12
.readthedocs.yml
Normal file
12
.readthedocs.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: 2
|
||||
|
||||
sphinx:
|
||||
configuration: doc/source/conf.py
|
||||
|
||||
formats: all
|
||||
|
||||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
Loading…
Reference in a new issue