Skip to content
Snippets Groups Projects
Commit e0e88b33 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Disable to open a browser window after making docs.


Signed-off-by: default avatarDaniel Scheffler <danschef@gfz-potsdam.de>
parent 4be016db
No related branches found
No related tags found
2 merge requests!84Update tutorial - fix remaining issues,!78Maintenance/update tutorial
......@@ -107,8 +107,8 @@ docs: ## generate Sphinx HTML documentation, including API docs
$(MAKE) -C docs clean
$(MAKE) -C docs html
#$(MAKE) -C docs latex
# $(MAKE) -C docs latexpdf
$(BROWSER) docs/_build/html/index.html
#$(MAKE) -C docs latexpdf
#$(BROWSER) docs/_build/html/index.html
servedocs: docs ## compile the docs watching for changes
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment