Skip to content

Commit 9c733ef

Browse files
committed
Make - docs - Move opening the browser into a separate command.
Helps when triggering the doc build many times without opening yet another browser tab each time.
1 parent 50dc596 commit 9c733ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ docs: ## generate Sphinx HTML documentation, including API docs
7171
# done
7272
$(MAKE) -C docs clean
7373
$(MAKE) -C docs html
74+
75+
open-browser:
7476
$(BROWSER) docs/_build/html/index.html
7577

7678
servedocs: docs ## compile the docs watching for changes

0 commit comments

Comments
 (0)