The Cloud Sphinx Theme

This is release 1.3 of a small Python package named cloud_sptheme. It contains a Sphinx theme named “Cloud”, and some related Sphinx extensions. Cloud and its extensions are primarily oriented towards generating html documentation for Python libraries. It provides numerous small enhancements to make the html documentation html more interactive, improve the layout on mobile devices, and other enhancements.

Contents

Sphinx Themes

Cloud
the main Sphinx theme provided by this package, and used by this documentation.

Sphinx Extensions

The following extensions provide features used by the Cloud theme, and should be enabled for most documentation that uses it:

cloud_sptheme.ext.index_styling
Adds additional css styling classes to the index page.
cloud_sptheme.ext.relbar_toc
Adds a TOC link to the top navigation controls.

This package also provides a few extra extensions, which may be useful when documenting Python projects; and should be theme-agnostic:

cloud_sptheme.ext.autodoc_sections
Patches the sphinx.ext.autodoc to handle RST section headers embedded inside class and method docstrings.
cloud_sptheme.ext.issue_tracker
Adds a special :issue: role for quickly linking to a project’s issue tracker.
cloud_sptheme.ext.escaped_samp_literals
Patches Sphinx to permit escaped {} characters within a :samp: role.

Reference

Installation Instructions
requirements and installations instructions
Release History
history of current and past releases

Table Of Contents

Previous topic

Table Of Contents

Next topic

Installation Instructions

This Page