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.
1 parent 527352f commit d763f19Copy full SHA for d763f19
Makefile
@@ -138,7 +138,7 @@ install-dev-env: ## install libraries required to build images and run tests
138
139
140
docs: ## build HTML documentation
141
- sphinx-build docs/ docs/_build/
+ sphinx-build -W docs/ docs/_build/
142
143
install-docs-env: ## install libraries required to build docs
144
@pip install -r requirements-docs.txt
0 commit comments