Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed May 13, 2020
1 parent 88674ff commit 46dd3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 46dd3d4

Please sign in to comment.