From a7893cde68e12530350c55adf9d54bcdc47eada5 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Thu, 3 Aug 2023 18:21:12 -0400 Subject: [PATCH] ci: add downloads readthedocs --- readthedocs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 01daae2c56..b2faeb48a6 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,9 +1,13 @@ # .readthedocs.yml version: 2 -conda: +conda: environment: docs/environment.yml - + python: version: 3.7 system_packages: true + +formats: + - pdf + - epub