Docs: Remove pip install method from RTD config 90/71990/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Jul 2023 15:26:24 +0000 (08:26 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Jul 2023 15:26:24 +0000 (08:26 -0700)
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 <agrimberg@linuxfoundation.org>
.readthedocs.yml

index 9cd1c3a..2ced6d2 100644 (file)
@@ -24,5 +24,3 @@ build:
 python:
   install:
     - requirements: requirements.txt
-    - path: .
-      method: pip