Skip to content

Commit f2c2568

Browse files
committed
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 <sjg@chromium.org>
1 parent d3c5236 commit f2c2568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ When contributing to documentation it's practical to be able to build it also lo
679679
680680
git clone https://github.com/labgrid-project/labgrid.git
681681
cd labgrid
682-
pip install -e ".[doc]"
682+
pip install -e ".[dev]"
683683
cd doc
684684
make html
685685

0 commit comments

Comments
 (0)