The action now supports using a different command than make html
using build-command
. You can use this to use different sphinx builders or invoke sphinx-build
directly.
You can also now specify a pre-build-command
to run commands before the docs are built, for example to install system level dependencies with: apt-get update -y && apt-get install -y perl