Skip to content

Releases: ammaraskar/sphinx-action

No more github token

16 Feb 00:51
Compare
Choose a tag to compare

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

24 Dec 01:53
Compare
Choose a tag to compare
Remove unused sys import

Customizable commands and dependencies

24 Dec 01:40
Compare
Choose a tag to compare

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

31 Aug 05:41
60b5133
Compare
Choose a tag to compare
Pre-release

First release, builds Sphinx projects successfully and parses the logs for a nice little status check.