From 38f5263ade61268cbf93bee12110ab3aec5b55a0 Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Thu, 31 Aug 2023 15:50:31 +0100 Subject: [PATCH] Bump readthedocs Python version --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7f938ece9..2ba5c1243 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,7 +12,7 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.8 install: - requirements: doc/requirements.txt - method: pip