From fb6ca5cdd98ea94ad94b5afabdd0c32b0fe26925 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Thu, 28 Sep 2023 14:18:07 -0700 Subject: [PATCH] Change Python version from number to a string --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 30c1a526..9ef346b7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: 3 + python: "3" # Build documentation in the docs/ directory