Skip to content
Snippets Groups Projects
Commit c6e9f5dc authored by Jérémy Bobbio (Lunar)'s avatar Jérémy Bobbio (Lunar)
Browse files

Document usage of pifpaf for manual builds

The README mentions that building everything via tox uses pifpaf
to run the required postgresql database. It feels like a good idea
to also add pifpaf to the command lines required for the manual builds.
parent 895f2092
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ mainly in 3 steps:
### 1. Generate documentation assets for all modules
$ cd swh-environment
$ make docs-assets
$ pifpaf run postgresql -- make docs-assets
This will *not* build the documentation in each module (there is `make docs`
for that).
......@@ -70,7 +70,7 @@ for that).
### 2. Build the api docs for all swh python packages
$ cd swh-docs/docs
$ make apidoc
$ pifpaf run postgresql -- make apidoc
### 3. Build the documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment