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

#26 pydeps

parent 992fd544
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ docs: ## generate Sphinx HTML documentation, including API docs ...@@ -71,7 +71,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
sphinx-apidoc -o docs/ flatland sphinx-apidoc -o docs/ flatland
$(MAKE) -C docs clean $(MAKE) -C docs clean
$(MAKE) -C docs html $(MAKE) -C docs html
pydeps --no-config flatland -o docs/_build/html/flatland.svg pydeps --no-config --noshow flatland -o docs/_build/html/flatland.svg
$(BROWSER) docs/_build/html/index.html $(BROWSER) docs/_build/html/index.html
servedocs: docs ## compile the docs watching for changes 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