Added
- Add basic styling of `autodoc` generated methods for readability (Temidayo Azeez)
Removed
- Remove Algolia DocSearch meta tags (Thibaud Colas)
- Remove jQuery loading by default (LB (Ben) Johnston)
Upgrade considerations
For projects relying on Algolia DocSearch meta tags, make sure to add back the `docsearch:version` tag in your project:
html
<meta name="docsearch:version" content="{{ version|striptags|e }}" />