From 49f921b2f8c1bcb1ac1d52d28b876fc7231c3500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 3 May 2019 15:41:29 +0200 Subject: [PATCH] try to fix rtd compilation --- .readthedocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7ed72d3ef..18319b9d6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,10 +4,8 @@ sphinx: configuration: source/conf.py python: - version: 3.5 + version: 3.7 install: - requirements: requirements.txt - - method: pip -