Use V2 of RTD's configuration file (#2418)

Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
Toby Harradine 2019-02-07 10:30:01 +11:00 committed by GitHub
parent 7c404082f8
commit 7d5bae5a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,5 @@
version: 2
formats: formats:
- pdf - pdf
@ -6,7 +8,10 @@ build:
python: python:
version: 3.7 version: 3.7
pip_install: true install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements: extra_requirements:
- docs - docs
- mongo - mongo

2
docs/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
# We still need this because RTD is special
setuptools==40.8.0