Sphinx Wagtail theme contains all files required to build a Sphinx extension that provides the theme.
- MIT license
- Contributors
- Repository
- Documentation
- Security
- Changelog
- Supports Python >= 3.8
pip install sphinx-wagtail-themeSelect the "Sphinx Wagtail theme" in the conf.py file of a Sphinx
# include the theme in the list of extensions to be loaded
extensions = ['sphinx_wagtail_theme', …]
# select the theme
html_theme = 'sphinx_wagtail_theme'- See the documentation for more usage instructions
This section is for maintainer reference.
- Check all relevant changes since the last release are documented and the release date is filled in
CHANGELOG.md - Check if there are any new contributors and add them to
CONTRIBUTORS.md - Update the version number in
setup.cfg. The version number should follow Semantic Versioning. - Commit and push the changes
- Create and push a new tag with the version number, prefixed with
v. For example,v1.2.3 - In the GitHub repository, create a new release against the tag you just pushed.
- Once the release is created, the CI will automatically publish the new version to PyPI.
- Update the version number in
setup.cfgto the next minor version and append.dev0to it. For example,6.6.0.dev0. Then, add a new section toCHANGELOG.mdfor the next release.
Sphinx Wagtail theme is based on Sphinx Typo3 theme which is based on t3SphinxThemeRtd which is based on the Read the Docs Sphinx theme.