From 909b16be644597ddcae8feae4f2b2244ca1de9df Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 10 Oct 2022 09:33:42 +0200 Subject: [PATCH] Attempt to fix readthedocs build config --- .readthedocs.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2b79dbeec..28253864f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,10 @@ version: 2 sphinx: configuration: docs/conf.py -python: - install: - - requirements: doc/requirements.txt +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + jobs: + post_create_environment: + - cd docs && pip install --exists-action=w --no-cache-dir -r requirements.txt