Initial check in of readthedocs file
This commit is contained in:
parent
faf3a555f1
commit
d23c59cddf
|
@ -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…
Reference in New Issue