From 9f7e19e9050c40be8b5d3fd7a19784b06879fdfa Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 7 Feb 2022 23:02:37 +0300 Subject: [PATCH] Add colors --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aa1fefe2..21d004cb 100644 --- a/Makefile +++ b/Makefile @@ -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