http://bernardphp.com source files.
Build with:
$ sphinx-build . _build
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()]