Skip to content

Commit

Permalink
Providing path to output
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 13, 2020
1 parent a866556 commit be485e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ coverage: ## check code coverage quickly with the default Python
docs: ## generate Sphinx HTML documentation, including API docs
rm -f docs/whisk.rst
rm -f docs/modules.rst
sphinx-apidoc -o docs/ whisk
sphinx-apidoc -o docs/source/ whisk
$(MAKE) -C docs clean
$(MAKE) -C docs html
$(BROWSER) docs/_build/html/index.html
Expand Down

0 comments on commit be485e2

Please sign in to comment.