sphinx_bernard_theme

UNKNOWN


License
MIT
Install
pip install sphinx_bernard_theme==0.1.6

Documentation

Sphinx Theme Bernard

http://bernardphp.com source files.

Build with:

$ sphinx-build . _build

Installation

Download the package or add it to your requirements.txt file:

$ pip install sphinx_bernard_theme

In your conf.py file:

import sphinx_bernard_theme

html_theme = "sphinx_bernard_theme"
html_theme_path = [sphinx_bernard_theme.get_html_theme_path()]