From 8dcc289e6c4853cd2d479308a8f0a7062cb056b9 Mon Sep 17 00:00:00 2001 From: Keewis Date: Tue, 17 Dec 2019 19:17:06 +0100 Subject: [PATCH] update readthedocs.yml --- readthedocs.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index c64fa1b7b02..9ed8d28eaf2 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,8 +1,13 @@ +version: 2 + build: image: latest + conda: - file: ci/requirements/doc.yml + environment: ci/requirements/doc.yml + python: version: 3.7 - setup_py_install: false + install: [] + formats: []