make command

This commit is contained in:
Bagatur
2024-01-04 14:13:21 -05:00
parent 5ca10f2ff8
commit 376d443f39

View File

@@ -20,6 +20,9 @@ docs_clean:
docs_linkcheck:
poetry run linkchecker _dist/docs/ --ignore-url node_modules
docs_last_updated:
poetry run python docs/scripts/last_updated.py
api_docs_build:
poetry run python docs/api_reference/create_api_rst.py
cd docs/api_reference && poetry run make html