Skip to content
Snippets Groups Projects
Commit a73dafb4 authored by u214892's avatar u214892
Browse files

#26 pydeps

parent 151b76b7
No related branches found
No related tags found
No related merge requests found
......@@ -71,9 +71,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
sphinx-apidoc -o docs/ flatland
$(MAKE) -C docs clean
$(MAKE) -C docs html
# N.B. HOME variable required by pydeps!
export HOME=${PWD}
pydeps flatland -o docs/_build/html/flatland.svg
pydeps --no-config flatland -o docs/_build/html/flatland.svg
$(BROWSER) docs/_build/html/index.html
servedocs: docs ## compile the docs watching for changes
......
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