improve doc in .readthedocs.yml

This commit is contained in:
Bastien Gérard 2020-10-19 23:34:24 +02:00
parent 4286708e2e
commit d8a52d68c5

View File

@ -14,5 +14,7 @@ python:
version: 3.7 version: 3.7
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt
# docs/conf.py is importing mongoengine
# so mongoengine needs to be installed as well
- method: setuptools - method: setuptools
path: . path: .