From 38fee10db527adb893af404daa7a6947d064115a Mon Sep 17 00:00:00 2001 From: Du Phan Date: Fri, 17 Nov 2023 15:23:35 -0500 Subject: [PATCH] remove python.version in rtd --- .readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c8d22caea4..ca4e808c59 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,6 +15,5 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt