Creating S5 Presentations Using Sphinx

Is there a way to generate S5 presentations directly from Sphinx projects using Sphinx 1.0.7?

I found many references to the S5 built-in builder in Sphinx, but I did not find anything useful other than the related code in docutils.

Any clues?

+3
source share
3 answers

Not yet S5, there is a theme for Sphinx slides .

And the code is available, so you can configure it to meet S5 requirements.

+1
source

, Sphinx docutils. , docutils S5. http://docutils.sourceforge.net/docs/user/slide-shows.html#s5-theme-files

, Sphinx, , S5.

0

There is also a Hieroglyph project : it seems to be creating HTML5 slides using the Sphinx processing system. I have not used it and do not know how compatible it is with S5.

0
source

All Articles