zerovm-sphinx-theme

ZeroVM theme for Sphinx


License
Other
Install
pip install zerovm-sphinx-theme==1.1

Documentation

ZeroVM Theme for Sphinx

This package bundles the ZeroVM theme for Sphinx.

Install the package and add this to your conf.py:

import zerovm_sphinx_theme
html_theme_path = [zerovm_sphinx_theme.theme_path]
html_theme = 'zerovm'

That will configure the theme path correctly and activate the theme.

License

This theme is distributed under the Apache License version 2.0. Please see the file LICENSE for details.

Changelog

1.1 (2014-03-28):
Version 1.0 did not work since README.rst wasn't distributed.
1.0 (2014-03-28):
First release.