From 7337c50f97245634b93c9fd0bb40f3f42bf12728 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Wed, 18 Oct 2023 10:00:42 -0700 Subject: [PATCH] Pin ReadTheDocs Python version to 3.11 in hopes of circumventing RTD build error --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9ef346b7..7d7b06d4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3" + python: "3.11" # Build documentation in the docs/ directory