Releases: wagtail/sphinx-wagtail-theme
Releases · wagtail/sphinx-wagtail-theme
v5.1.1
v5.1.0
See new customising docs for info on how to change fonts, sidebars, etc. in this version.
Added
- Massively improved autocomplete (#123)
- Make navigation sticky (#110)
- Use language specified by Sphinx in HTML tag (#116)
- Add customising documentation (#118)
- Style version added/changed/deprecated directives (#119)
- Search autocomplete improvements (#123)
- Allow customising the sidebar (#124)
- Use sphinx-provided JavaScript files (documentation_options.js) (#114)
- NOTE You should set
language = "en"
in your project'sconf.py
- NOTE You should set
Changed
- Ignore pyenv python-version file (#146)
- Clean-up make file (#150)
- Update development instructions (#149)
- Update node version usage from v14 to v16 (#132)
- Replace "Apercu Pro" font with "Source Sans" (#122)
- Update colours for success/info/warning admonitions to match reference designs (Paarth Agarwal #137)
- Migrate from
recommonmark
toMyST Parser
for markdown usage in documentation (#142)
Fixed
- Fix link states (#152)
- Remove unused Typo3 version selector code (#123)
- Don't load webfonts.css since it's been removed and 404s (#111)
- Remove invalidly named file path preventing git clone on Windows (#112)
- Fix sphinx-based search (#113)
- Use
<main>
tag for body content (#117) - Fix copyright and date in footer (#118)
- Increase contrast of admonitions to WCAG AAA, inline code to AA (#121)
- Fix appearance of links within code blocks (#127)
- Fix issue where core styles for content such as autodoc were not being used (Paarth Agarwal #136)
- Fix build issue due to jinja2 compatibility (#142)
- Fix issue where Sphinx default pygments styles were being imported but not required (#151)
5.0.4
What's Changed
- Fix some simple accessibility issues by @Scotchester in #109
New Contributors
- @Scotchester made their first contribution in #109
Full Changelog: 5.0.3...5.0.4