From 46dd3d449d0829ced7b54474c11d9a7d12fa63ca Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Wed, 13 May 2020 18:04:00 -0500 Subject: [PATCH] a --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0907babd..399c6596 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ docs: ## generate Sphinx HTML documentation docker-compose --file docs.yml run --rm build make -C docs clean docker-compose --file docs.yml up build docker-compose --file docs.yml stop view - docker-compose --file docs.yml up --detach view + docker-compose --file docs.yml up -d view docs-browser: docs ## generate Sphinx HTML documentation $(BROWSER) index.html @@ -84,7 +84,7 @@ servedocs: docs-browser ## compile the docs watching for changes docker-compose --file docs.yml up watch servedocs-detach: docs-browser ## compile the docs watching for changes - docker-compose --file docs.yml up --detach watch + docker-compose --file docs.yml up -d watch servedocs-stop: docker-compose --file docs.yml stop watch