Skip to content

Commit e9f5981

Browse files
authored
Merge pull request #1608 from mathbunnyru/asalikhov/fail_on_docs_warnings
Fail make docs on docs warnings
2 parents 527352f + d763f19 commit e9f5981

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)