Move python deps to requirements.txt
This commit is contained in:
parent
a3ce12585b
commit
ab3cc47e27
3 changed files with 14 additions and 6 deletions
5
Makefile
5
Makefile
|
@ -39,7 +39,10 @@ help:
|
|||
|
||||
|
||||
# Documentation
|
||||
docs: .PHONY
|
||||
docs-deps: .PHONY
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
docs: docs-deps
|
||||
mkdocs build
|
||||
|
||||
# Test/check targets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue