Skip to content

Commit

Permalink
Fix documentation for building the docs
Browse files Browse the repository at this point in the history
BUILD.md mentioned requirements-build.txt only req file was called
requirements-dev.txt
  • Loading branch information
rasjani authored and aaltat committed May 16, 2024
1 parent b1fb3d6 commit d5123c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ tool with a help by our [rellu](https://github.com/robotframework/rellu)
utilities, but also other tools and modules are needed. A pre-condition
is installing all these, and that\'s easiest done using
[pip](http://pip-installer.org) and the provided
[requirements-build.txt](requirements-build.txt) file:
[requirements-dev.txt](requirements-dev.txt) file:

pip install -r requirements-build.txt
pip install -r requirements-dev.txt

## Using Invoke

Expand Down

0 comments on commit d5123c7

Please sign in to comment.