From 25a815c7455d83a5b85a2bc1aaa859fe27d17dfa Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 16 Mar 2021 08:39:56 -0700 Subject: [PATCH] Python 3.8 for Read The Docs, refs #36 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 09a19e8..83cf910 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,6 @@ sphinx: formats: - pdf python: - version: 3.9 + version: 3.8 install: - requirements: docs/requirements.txt