Skip to content

Commit

Permalink
doc: Install [dev] so that docs can be built
Browse files Browse the repository at this point in the history
The 'make html' command fails witht he [doc] build. Update the
documentation to show how to resolve this.

Fixes: labgrid-project#1352

Signed-off-by: Simon Glass <sjg@chromium.org>
  • Loading branch information
sjg20 committed Apr 20, 2024
1 parent d3c5236 commit ccdfeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccdfeb0

Please sign in to comment.