mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 03:52:56 +00:00
Add colors
This commit is contained in:
4
Makefile
4
Makefile
@@ -138,10 +138,10 @@ install-dev-env: ## install libraries required to build images and run tests
|
|||||||
|
|
||||||
|
|
||||||
docs: ## build HTML documentation
|
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
|
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
|
install-docs-env: ## install libraries required to build docs
|
||||||
@pip install -r requirements-docs.txt
|
@pip install -r requirements-docs.txt
|
||||||
|
Reference in New Issue
Block a user