catala/french_law/python/Makefile

11 lines
159 B
Makefile
Raw Normal View History

2021-06-21 13:31:46 +03:00
dependencies:
pip install -r dependencies.txt
type:
2021-06-21 17:51:02 +03:00
mypy runtime/catala_runtime.py
doc:
mkdir -p doc
sphinx-build ./ doc
ln -sf doc/index.html doc.html