Fix: Fix requirements install for RTD 62/72662/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 21 Feb 2024 14:40:00 +0000 (06:40 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 21 Feb 2024 14:40:00 +0000 (06:40 -0800)
Issue: RELENG-5171
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: Id9ee39d08b7aeeb86df488d2f8866167b278e654

.readthedocs.yml

index a49ea6e..caca075 100644 (file)
@@ -26,5 +26,7 @@ build:
 
 python:
   install:
-    - requirements: requirements-docs.txt
-    - {path: ., method: pip}
+    - extra_requirements:
+        - .[docs]
+      path: .
+      method: pip