Sphinx Wagtail theme
Project description
Sphinx Wagtail theme
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
Installation
pip install sphinx-wagtail-theme
Usage
Select 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
Development
Getting started
Release process
Checklist:
-
CONTRIBUTORS.md
is updated -
CHANGELOG.md
is updated -
setup.cfg
is updated (seeversion
) - Everything is committed, clean checkout
-
~/.pypirc
has a username and password (token) - Add a git tag at the release commit with the format
X.Y.Z
- Create a GitHub release against that tag with the title format
vX.Y.Z
With an active virtual environment:
python -m pip install --upgrade -r requirements.txt
make clean
make clean-frontend
npm ci
npm run build
prerelease
git tag -a N.N.N -m "N.N.N"
git push origin N.N.N
python -m build
python -m twine upload --repository pypi dist/*
postrelease
Credits
Sphinx Wagtail theme is based on Sphinx Typo3 theme which is based on t3SphinxThemeRtd which is based on the Read the Docs Sphinx theme.
Thank you to Vercel for hosting the theme’s preview sites.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for sphinx_wagtail_theme-6.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78cb02576eab7664fa775d43341dcda76c4ba263a692eb80a558f8464ab95f5e |
|
MD5 | 7f6dfb884e0a4d756803f74233127a10 |
|
BLAKE2b-256 | 31b59eaaf4a644db221d6c94d585dc769d550f3fc87ffe0e46c35f80c60e7c6c |
Close
Hashes for sphinx_wagtail_theme-6.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a3c9f96b792bb5b65e4e5e6c0a92fbc447ba2ae6b326d7dab563eee0ad7c29e |
|
MD5 | 00a3576bef454fba4e62d5d6b305b48a |
|
BLAKE2b-256 | 719af259daa9f83ffdc16bdcf48b4739fd16c843fb10c9ffb35841f2da940b2d |