Skip to content

v5.1.0

Compare
Choose a tag to compare
@Stormheg Stormheg released this 07 Apr 14:26
· 145 commits to main since this release
v5.1.0
051e136

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's conf.py

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 to MyST 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)