Refactorized the rules targetting `docs-*`

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
This commit is contained in:
Ariel Otilibili 2024-08-05 23:39:41 +02:00
parent 313612333c
commit a6fdc098b9
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ trivy: ## Run Trivy to find vulnerabilities in container images
# ===================================================================
docs: ## Create the documentation
./venv/bin/python -m glances -C ./conf/glances.conf --api-doc > ./docs/api.rst
$(PYTHON) -m glances -C $(CONF) --api-doc > ./docs/api.rst
cd docs && ./build.sh && cd ..
docs-server: docs ## Start a Web server to serve the documentation