From b26d547b4ed03e961deb17043152887bee88fa2a Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 24 Jul 2023 08:26:24 -0700 Subject: [PATCH] Docs: Remove pip install method from RTD config RTD seems to have a problem with the install method and path with how they were defined. Remove them as they are the default anyway Issue: RELENG-4816 Change-Id: I5e8a2a925ee81b5284fc44cf4ec72ef1fa8761d6 Signed-off-by: Andrew Grimberg --- .readthedocs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9cd1c3aa..2ced6d29 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -24,5 +24,3 @@ build: python: install: - requirements: requirements.txt - - path: . - method: pip -- 2.16.6