From c97cea716311004129bdbf3651712ba3e970c1ff Mon Sep 17 00:00:00 2001 From: Peter Law Date: Wed, 14 Jun 2023 21:07:57 +0100 Subject: [PATCH] Build the docs on Python 3.7 for now This repo doesn't build on 3.8+ currently, so sidestep that issue for the docs build for now. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fa164c5..d12c404 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.7" sphinx: configuration: docs/conf.py