Fix: Correct syntax for RTD extra requirements 63/72663/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 21 Feb 2024 14:49:03 +0000 (06:49 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 21 Feb 2024 14:49:03 +0000 (06:49 -0800)
Issue: RELENG-5171
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I877f83ea4f84f8207ee0f03c0d2ff3d71b20b791

.readthedocs.yml

index caca075..2095bb2 100644 (file)
@@ -27,6 +27,6 @@ build:
 python:
   install:
     - extra_requirements:
-        - .[docs]
+        - docs
       path: .
       method: pip