Skip to content

Commit

Permalink
Merge pull request #1608 from mathbunnyru/asalikhov/fail_on_docs_warn…
Browse files Browse the repository at this point in the history
…ings

Fail make docs on docs warnings
  • Loading branch information
mathbunnyru authored Feb 6, 2022
2 parents 527352f + d763f19 commit e9f5981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ install-dev-env: ## install libraries required to build images and run tests


docs: ## build HTML documentation
sphinx-build docs/ docs/_build/
sphinx-build -W docs/ docs/_build/

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

0 comments on commit e9f5981

Please sign in to comment.