http://bernardphp.com source files.
Build with:
$ sphinx-build . _buildDownload the package or add it to your requirements.txt file:
$ pip install sphinx_bernard_themeIn your conf.py file:
import sphinx_bernard_theme
html_theme = "sphinx_bernard_theme"
html_theme_path = [sphinx_bernard_theme.get_html_theme_path()]