From 4483afd9d3b5affc88bc9898cb820c863ba4df25 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Mon, 28 Aug 2023 17:28:44 +0200 Subject: [PATCH] ReadTheDocs build Python error --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d1167bc0a05..ad26012bd2f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.11" # Build documentation in the docs/ directory with Sphinx #sphinx: @@ -22,6 +22,5 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: src/docs/requirements.txt \ No newline at end of file