Skip to content

Commit b61bf55

Browse files
authored
Merge pull request #1367 from sjg20/doc
doc: Install [dev] so that docs can be built
2 parents d3c5236 + f2c2568 commit b61bf55

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)