From e7e3a664a897ff87c114ef45c386f31ca704bb9a Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Fri, 18 Aug 2023 07:58:54 -0700 Subject: [PATCH] [readthedocs] fix python version --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 368405fc..28ce5db4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,6 +20,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt