From 6b3e2c724cb49e4e6cdae92a7e40c7dd65de8d5d Mon Sep 17 00:00:00 2001 From: ThomasBouche <53937041+ThomasBouche@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:05:39 +0100 Subject: [PATCH] Hotfix readthedocs compilation --- .readthedocs.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index efb7f864..8ad958a5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,13 +17,15 @@ sphinx: # formats: # - pdf -# Optionally set the version of Python and requirements required to build your docs build: os: ubuntu-20.04 tools: - python: - version: "3.10" - install: - - method: pip - path: . - - requirements: requirements.dev.txt + python: "3.10" + +# 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