mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
Fixes for doc building
- Separate doc build from doc requirements - Fix command which doesn't work properly on *nix
This commit is contained in:
parent
8f340df41e
commit
32538c8c3d
8
Makefile
8
Makefile
@ -44,12 +44,14 @@ coverage:
|
|||||||
coverage run InvenTree/manage.py test build company part stock order InvenTree
|
coverage run InvenTree/manage.py test build company part stock order InvenTree
|
||||||
coverage html
|
coverage html
|
||||||
|
|
||||||
documentation:
|
docreqs:
|
||||||
pip3 install -U -r docs/requirements.txt
|
pip3 install -U -r docs/requirements.txt
|
||||||
cd docs & make html
|
|
||||||
|
documentation:
|
||||||
|
cd docs && make html
|
||||||
|
|
||||||
backup:
|
backup:
|
||||||
python3 InvenTree/manage.py dbbackup
|
python3 InvenTree/manage.py dbbackup
|
||||||
python3 InvenTree/manage.py mediabackup
|
python3 InvenTree/manage.py mediabackup
|
||||||
|
|
||||||
.PHONY: clean migrate requirements setup superuser install mysql style test coverage documentation backup
|
.PHONY: clean migrate requirements setup superuser install mysql style test coverage docreqs documentation backup
|
Loading…
x
Reference in New Issue
Block a user