Releases: ammaraskar/sphinx-action
Releases · ammaraskar/sphinx-action
No more github token
This project is now be a whole lot easier to set up and doesn't require a github token anymore. Check out the README for examples on how to:
- make pdf files
- publish artifacts for your html/pdf builds
- push a
gh-pages
automatically with documentation changes
0.3
Remove unused sys import
Customizable commands and dependencies
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
Initial Release
First release, builds Sphinx projects successfully and parses the logs for a nice little status check.