sphinx theme for dotted style documentation

Readme

«  Dotted style theme sample for Sphinx   ::   Contents   ::   conf.py sample  »

Readme

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.

Table Of Contents

Previous topic

Dotted style theme sample for Sphinx

Next topic

conf.py sample

This Page

«  Dotted style theme sample for Sphinx   ::   Contents   ::   conf.py sample  »