Skip to content

Commit

Permalink
fix docs-browser makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Dec 13, 2019
1 parent e235608 commit 2ce4df1
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 @@ -74,7 +74,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
$(MAKE) -C docs html

docs-browser: docs ## generate Sphinx HTML documentation, including API docs
$(BROWSER) docs/html/index.html
$(BROWSER) docs/_build/html/index.html

release: dist ## package and upload a release
twine upload dist/*
Expand Down

0 comments on commit 2ce4df1

Please sign in to comment.