Skip to content

Commit d763f19

Browse files
author
Ayaz Salikhov
committed
Fail make docs on docs warnings
1 parent 527352f commit d763f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ install-dev-env: ## install libraries required to build images and run tests
138138

139139

140140
docs: ## build HTML documentation
141-
sphinx-build docs/ docs/_build/
141+
sphinx-build -W docs/ docs/_build/
142142

143143
install-docs-env: ## install libraries required to build docs
144144
@pip install -r requirements-docs.txt

0 commit comments

Comments
 (0)