sphinxjp.themes.dotted

A sphinx theme for Dotted style.


Keywords
sphinx, reStructuredText, theme
License
MIT
Install
pip install sphinxjp.themes.dotted==0.1.2

Documentation

Dotted style theme for Sphinx.

Features

  • provide dotted theme for render HTML document.

Set up

Make environment with pip:

$ pip sphinxjp.themes.dotted

Convert Usage

setup conf.py with:

html_theme = 'dotted'

and run:

$ make html

Requirement

  • Python 2.7 or later (not support 3.x)
  • Sphinx 1.2.x or later.

License

Licensed under the MIT license . See the LICENSE file for specific terms.