Bootstrap Sample

This is a simple demonstration of the Bootstrap Sphinx theme, last updated on 8 April 2025.

Usage

  1. Install this theme:

    $ pip install sphinx-bootstrap-theme
    
  2. 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()
    
  3. Run Sphinx!

Documentation

Please find further resources and documentation for the Bootstrap theme at https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html.