From 53962f6129c5b36b34d85e7eb7d3df2cde311e71 Mon Sep 17 00:00:00 2001 From: u214892 <u214892@sbb.ch> Date: Thu, 16 May 2019 15:48:28 +0200 Subject: [PATCH] #26 pydeps --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 295088c..43d8686 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,8 @@ docs: ## generate Sphinx HTML documentation, including API docs sphinx-apidoc -o docs/ flatland $(MAKE) -C docs clean $(MAKE) -C docs html - pydeps flatland -o docs/_build/html/flatland.svg + export HOME=$(pwd) + python3 -m pydeps flatland -o docs/_build/html/flatland.svg $(BROWSER) docs/_build/html/index.html servedocs: docs ## compile the docs watching for changes -- GitLab