From 0cc1ae7ff7c4f7f9da304dfd0f3437891532b15c Mon Sep 17 00:00:00 2001 From: Marie-Eve Picard Date: Fri, 25 Oct 2024 16:04:14 -0400 Subject: [PATCH] Fix RTD error Co-authored-by: Basile Pinsard <1155388+bpinsard@users.noreply.github.com> --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 86e746457..0dcb8d871 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ version: 2 build: os: "ubuntu-20.04" tools: - python: "3.7" + python: "3.9" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -20,3 +20,4 @@ python: path: . extra_requirements: - doc + - reports