Commit a20a1e2f authored by Kyle Keating's avatar Kyle Keating Committed by Kyle Keating

Fix sphinx-autobuild option

Change -B to --open-browser
parent 802674c2
......@@ -14,5 +14,5 @@ passenv =
changedir =
{docs,checkdocs}: docs
commands =
docs: sphinx-autobuild -BqT -b dirhtml -d {envdir}/doctrees . {envdir}/html
docs: sphinx-autobuild -qT --open-browser -b dirhtml -d {envdir}/doctrees . {envdir}/html
checkdocs: sphinx-build -qTWn -b dirhtml -d {envdir}/doctrees . {envdir}/html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment