From 5a68f727b0489657d867c23cd910107a633730d4 Mon Sep 17 00:00:00 2001 From: ThomasBouche <53937041+ThomasBouche@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:40:35 +0100 Subject: [PATCH] Hotfix readthedocs compilation The doc compilation fails --- .readthedocs.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a9d0f6c..f44b00d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/source/conf.py + configuration: docs/conf.py # Build documentation with MkDocs #mkdocs: @@ -17,10 +17,12 @@ sphinx: # formats: # - pdf +build: + os: ubuntu-20.04 + tools: + python: "3.10" + # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 - install: - - method: pip - path: . - - requirements: requirements.dev.txt + install: + - requirements: requirements.dev.txt