From 72c1b7f2891b935be12383101d15731cb834e88f Mon Sep 17 00:00:00 2001 From: ThomasBouche <53937041+ThomasBouche@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:31:30 +0100 Subject: [PATCH] Hotfix readthedocs compilation --- .readthedocs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8ad958a5..f44b00d3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -24,8 +24,5 @@ build: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.10" - install: - - method: pip - path: . - - requirements: requirements.dev.txt + install: + - requirements: requirements.dev.txt