Add colors

This commit is contained in:
Ayaz Salikhov
2022-02-07 23:02:37 +03:00
parent 3173f02aa4
commit 9f7e19e905

View File

@@ -138,10 +138,10 @@ install-dev-env: ## install libraries required to build images and run tests
docs: ## build HTML documentation
sphinx-build -W --keep-going docs/ docs/_build/
sphinx-build -W --keep-going --color docs/ docs/_build/
linkcheck-docs: ## check broken links
sphinx-build -W --keep-going -b linkcheck docs/ docs/_build/
sphinx-build -W --keep-going --color -b linkcheck docs/ docs/_build/
install-docs-env: ## install libraries required to build docs
@pip install -r requirements-docs.txt