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.
2 parents 527352f + d763f19 commit e9f5981Copy full SHA for e9f5981
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