mirror of https://github.com/docker/docker-py.git
Add readthedocs config
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
37e442aaed
commit
31236ba5a7
|
@ -0,0 +1,10 @@
|
|||
version: 2
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
python:
|
||||
version: 3.5
|
||||
install:
|
||||
- requirements: docs-requirements.txt
|
||||
- requirements: requirements.txt
|
Loading…
Reference in New Issue