Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.33 KB

File metadata and controls

56 lines (31 loc) · 1.33 KB

Contentui extension for Sphinx

This is a modified fork of Serge Domkowski's examplecode extension for Sphinx.

About

This is a simple extension that is rendered as HTML widgets:

Example

All in one Example

Installation

$ pip install sphinxcontrib-contentui

Enabling the extension in Sphinx

Just add sphinxcontrib.contentui to the list of extensions in the conf.py file. For example:

extensions = ['sphinxcontrib.contentui']

Documentation

Full documentation for end users can be found in the "docs" folder.

It is also available online on Read The Docs