Initial check in of readthedocs file
This commit is contained in:
parent
faf3a555f1
commit
d23c59cddf
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
|
||||
|
||||
python:
|
||||
version: 3.6
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements: docs
|
||||
- method: setuptools
|
||||
path: another/package
|
||||
system_packages: true
|
Loading…
Add table
Add a link
Reference in a new issue