Skip to content

Customizable commands and dependencies

Compare
Choose a tag to compare
@ammaraskar ammaraskar released this 24 Dec 01:40
· 24 commits to master since this release

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