Skip to content

Commit

Permalink
Add build requirements
Browse files Browse the repository at this point in the history
Signed-off-by: guillemdb <guillem@fragile.tech>
  • Loading branch information
Guillemdb committed Jan 30, 2021
1 parent c1a2a35 commit 4bdfa20
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ server:
test:
rm -rf build
make html
make server
make server

.PHONY: build
build:
pip3 install -r requirements-docs.txt
pip3 install -r requirements-build.txt
rm -rf build
make html
6 changes: 6 additions & 0 deletions docs/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
click==7.1.2
flogging==0.0.2
invoke==1.5.0
jinja2==2.11.2
ruyaml==0.19.2
pytest==6.2.1

0 comments on commit 4bdfa20

Please sign in to comment.