From d8a52d68c51396313fe4e62aff13245d939aa4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Mon, 19 Oct 2020 23:34:24 +0200 Subject: [PATCH] improve doc in .readthedocs.yml --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index add282fa..08a36676 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,5 +14,7 @@ python: version: 3.7 install: - requirements: docs/requirements.txt + # docs/conf.py is importing mongoengine + # so mongoengine needs to be installed as well - method: setuptools path: .