Open browser with 'make livedocs'

This commit is contained in:
Jordan Cook 2023-07-10 22:17:59 -05:00
parent e2a8514e23
commit 802c6f15be
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ linkcheck:
sphinx-build -b linkcheck $(SOURCE_DIR) $(BUILD_DIR)
livedocs: clean
( sleep 2; python -m webbrowser http://localhost:8181 ) & # Open browser after delay
sphinx-autobuild $(SOURCE_DIR) $(BUILD_DIR) -a \
--watch assets \
--watch templates \