add missing requirements for the doc building (#269)

pull/270/head
Kai Chen 2020-05-05 14:22:23 +08:00 committed by GitHub
parent e54c85e71c
commit d2e3a84315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ version: 2
python:
version: 3.7
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt