From 05d1d2a6b187e44707fc3ac6c25bc42d687a4106 Mon Sep 17 00:00:00 2001 From: RogerHaase Date: Fri, 1 Mar 2024 05:25:23 -0700 Subject: [PATCH] update .readthedocs.yaml to use pip as python install method #1634 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 434261c8b..b10beb4be 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,5 +22,5 @@ formats: all python: install: - requirements: docs/requirements.txt - - method: setuptools + - method: pip path: .