From 89dbe055eaccd3a5451fb41eff54b443bf97b063 Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Thu, 3 Aug 2023 14:45:55 +0200 Subject: [PATCH] chore: Update Read the Docs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 51fc3ab6c..f2c78866e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 build: os: 'ubuntu-22.04' tools: - python: '3.11' + python: '2.7' jobs: pre_build: - 'sed -i "s/__VERSION__/${READTHEDOCS_VERSION}/g" docs/*.md'