From: Andrew Grimberg Date: Mon, 24 Jul 2023 15:26:24 +0000 (-0700) Subject: Docs: Remove pip install method from RTD config X-Git-Tag: v0.88.3~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=b26d547b4ed03e961deb17043152887bee88fa2a 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 --- 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