Is there some way to generate S5 presentations directly out of Sphinx projects using Sphinx 1.0.7?
I found multiple reference to a built-in S5 builder in Sphinx but did not find anything useful except related code in docutils.
Any hint?
Is there some way to generate S5 presentations directly out of Sphinx projects using Sphinx 1.0.7?
I found multiple reference to a built-in S5 builder in Sphinx but did not find anything useful except related code in docutils.
Any hint?
While not S5, there is the following theme for Sphinx slides.
And the code is available, so you can tweak it to be more S5 compliant.
There is also the Hieroglyph project: it produces HTML5 slides using the Sphinx processing system, apparently. I have not used it, nor do I know how S5-compliant it is.
So Sphinx has a docutils backend. My guess is that you read about the docutils S5 backend. http://docutils.sourceforge.net/docs/user/slide-shows.html#s5-theme-files
From looking at the documentation for the current stable and development releases, Sphinx does not appear to have a direct S5 backend.