From 18b2af113b99c41ebecb14261491edbf06c39dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 25 Mar 2021 17:43:44 +0100 Subject: [PATCH] upgrade readthedoc def file --- .readthedocs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 18319b9d6..3b5a7def9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,10 @@ +--- version: 2 sphinx: - configuration: source/conf.py + configuration: docs/source/conf.py python: version: 3.7 install: - - requirements: requirements.txt - - + - requirements: docs/requirements.txt