Bootstrap Sample¶
This is a simple demonstration of the Bootstrap Sphinx theme, last updated on 8 April 2025.
Usage¶
Install this theme:
$ pip install sphinx-bootstrap-theme
Add the following to your
conf.py
file:import sphinx_bootstrap_theme html_theme = 'bootstrap' html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
Run Sphinx!
Documentation¶
Please find further resources and documentation for the Bootstrap theme at https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html.