From f2c25686e028796f65119d280ec24703ff48bf4a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 20 Apr 2024 15:29:34 -0600 Subject: [PATCH] doc: Install [dev] so that docs can be built The 'make html' command fails with the [doc] build. Update the documentation to show how to resolve this. Fixes: #1352 Signed-off-by: Simon Glass --- doc/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.rst b/doc/development.rst index f6f069ccf..1b099a825 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -679,7 +679,7 @@ When contributing to documentation it's practical to be able to build it also lo git clone https://github.com/labgrid-project/labgrid.git cd labgrid - pip install -e ".[doc]" + pip install -e ".[dev]" cd doc make html