Skip to content

Commit d5123c7

Browse files
rasjaniaaltat
authored andcommitted
Fix documentation for building the docs
BUILD.md mentioned requirements-build.txt only req file was called requirements-dev.txt
1 parent b1fb3d6 commit d5123c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ tool with a help by our [rellu](https://github.com/robotframework/rellu)
2727
utilities, but also other tools and modules are needed. A pre-condition
2828
is installing all these, and that\'s easiest done using
2929
[pip](http://pip-installer.org) and the provided
30-
[requirements-build.txt](requirements-build.txt) file:
30+
[requirements-dev.txt](requirements-dev.txt) file:
3131

32-
pip install -r requirements-build.txt
32+
pip install -r requirements-dev.txt
3333

3434
## Using Invoke
3535

0 commit comments

Comments
 (0)