Skip to content
Snippets Groups Projects
Commit 62ccf46b authored by rahix's avatar rahix
Browse files

feat(docs): Add --open flag to build-docs.sh

Can be used to build docs and directly open them in the users default
web-browser:

	./Documentation/build-docs.sh --open
parent 1695d090
No related branches found
No related tags found
1 merge request!483card10.cfg: Add config option for flashlight LED
......@@ -4,3 +4,7 @@ set -e
cd "$(dirname "$0")"
sphinx-build -b html . ./output
if [ "$1" = "--open" ]; then
xdg-open ./output/index.html
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment