I've released version 0.0.8 of the Sizzle theme on PyPI. To use it, simply do
pip install sphinx_sizzle_theme
and then specify sizzle as your Sphinx theme.
This is an incremental, bug-fix release. Changes:
* Improved documentation
* Fixed some minor styling nits (e.g. equation colours)
* Added the linktags block to the layout
* Allowed keyboard navigation without having to click on the page first
Theme highlights:
* Layout uses a small header with search box, prev/next links and index link
* Sidebar is hideable and showable with keyboard or mouse
* Entries in the TOC can be filtered by typing in what you want to match on -
handy for long TOCs / larger projects
* Sidebar and content area can scroll independently (useful for larger projects)
* Typography changes - Font Awesome is integrated, slightly more condensed fonts
than are used in Guzzle (e.g. Roboto rather than Open Sans)
* Support for additional Google Fonts
* Styled lists using Font Awesome icons
* Summary/detail functionality using styled lists
* A couple of custom roles, including one for Font Awesome icons
* Improved hooks for your custom JavaScript to be called on document load, etc.
You can see an example of the theme using its own documentation:
and for a larger project:
I'd be grateful for any feedback about the theme and/or its documentation.
The development repository is currently at
and issues can also be raised there.
Regards,
Vinay Sajip