We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dc596 commit 9c733efCopy full SHA for 9c733ef
Makefile
@@ -71,6 +71,8 @@ docs: ## generate Sphinx HTML documentation, including API docs
71
# done
72
$(MAKE) -C docs clean
73
$(MAKE) -C docs html
74
+
75
+open-browser:
76
$(BROWSER) docs/_build/html/index.html
77
78
servedocs: docs ## compile the docs watching for changes
0 commit comments