Wagtail Sample

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

Usage

  1. Install this theme:

    $ pip install sphinx-wagtail-theme
    
  2. Add the following to your conf.py file:

    extensions += ['sphinx_wagtail_theme']
    
    html_theme = 'sphinx_wagtail_theme'
    
  3. Run Sphinx!

Documentation

Please find further resources and documentation for the Wagtail theme at https://sphinx-wagtail-theme.readthedocs.io/.