From a7fc75b24c99e32395ec17acb50630dd1c0962d1 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 21 Feb 2024 06:49:03 -0800 Subject: [PATCH] Fix: Correct syntax for RTD extra requirements Issue: RELENG-5171 Signed-off-by: Andrew Grimberg Change-Id: I877f83ea4f84f8207ee0f03c0d2ff3d71b20b791 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6