From: Andrew Grimberg Date: Wed, 21 Feb 2024 14:49:03 +0000 (-0800) Subject: Fix: Correct syntax for RTD extra requirements X-Git-Tag: v0.37.10~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=a7fc75b24c99e32395ec17acb50630dd1c0962d1;p=releng%2Flftools.git Fix: Correct syntax for RTD extra requirements Issue: RELENG-5171 Signed-off-by: Andrew Grimberg Change-Id: I877f83ea4f84f8207ee0f03c0d2ff3d71b20b791 --- diff --git a/.readthedocs.yml b/.readthedocs.yml index caca0752..2095bb20 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -27,6 +27,6 @@ build: python: install: - extra_requirements: - - .[docs] + - docs path: . method: pip