Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 483 Bytes

README.rst

File metadata and controls

29 lines (16 loc) · 483 Bytes

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()]