From 7641e0c4c90adf177a493a357f425e5116e4fc6f Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Tue, 14 Mar 2023 14:53:48 +0100 Subject: [PATCH] . --- docs/source/.readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/.readthedocs.yaml b/docs/source/.readthedocs.yaml index 4fe605d..e687c2f 100644 --- a/docs/source/.readthedocs.yaml +++ b/docs/source/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.10" + python: "3.9" sphinx: configuration: docs/config.py @@ -13,7 +13,7 @@ formats: - pdf python: - # Install our python package before building the docs + version: 3.9 install: - requirements: docs/requirements.txt - method: pip -- GitLab