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

#26 pydeps

parent 52c3083f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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