Skip to content

truthbyron/sphinx_wagtail_theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx Wagtail theme contains all files required to build a Sphinx extension that provides the theme.

Release process

Checklist:

  • AUTHORS.rst is updated
  • HISTORY.rst (change log) is updated
  • Everything is committed, clean checkout
  • ~/.pypirc has a username and password (token)

With an active virtual environment:

python -m pip install --upgrade -r requirements.txt
make clean
make clean-frontend
npm install
npm run build
prerelease
git tag -a N.N.N -m "N.N.N"                                                                                       ✘ PIPE  sphinx_wagtail_theme  14.16.0 23:21:46
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.

Packages

No packages published

Languages

  • SCSS 34.9%
  • JavaScript 32.4%
  • HTML 25.7%
  • Makefile 4.8%
  • Python 2.2%