From d3e315d3aa98383d445c38b206aa1834097fff15 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 6 Apr 2024 16:36:41 -0700 Subject: [PATCH] update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5ffe32b3..865c6859 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: '3.12' python: install: - requirements: requirements/docs.txt