We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs-*
1 parent 3136123 commit a6fdc09Copy full SHA for a6fdc09
Makefile
@@ -169,7 +169,7 @@ trivy: ## Run Trivy to find vulnerabilities in container images
169
# ===================================================================
170
171
docs: ## Create the documentation
172
- ./venv/bin/python -m glances -C ./conf/glances.conf --api-doc > ./docs/api.rst
+ $(PYTHON) -m glances -C $(CONF) --api-doc > ./docs/api.rst
173
cd docs && ./build.sh && cd ..
174
175
docs-server: docs ## Start a Web server to serve the documentation
0 commit comments