From b77d9e963a128116c7a0643b430a76d7c9ee34dc Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Fri, 29 Sep 2023 17:54:07 -0500 Subject: [PATCH] Fixing readthedocs build --- .readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a56549801..18d147019 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -24,7 +24,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.11 install: - requirements: docs/requirements.txt - method: pip