Update Sphinx Wagtail Theme to v6.2.0 #11552

- Fixes favicon and Python compatibility issues
pull/11754/head
LB Johnston 2024-01-30 22:49:11 +10:00
rodzic a5efec4a73
commit 8f6bdb1f12
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -107,6 +107,7 @@ Changelog
* Docs: Enforce CI build checks for documentation so that malformed links or missing images will not be allowed (Neeraj Yetheendran)
* Docs: Update spelling on customizing admin template and page model section from British to American English (Victoria Poromon)
* Docs: Add documentation for how to override the file locations for custom image models via `get_upload_to` methods (Osaf AliSayed, Dharmik Gangani)
* Docs: Update documentation theme (Sphinx Wagtail Theme) to 6.2.0, fixing the incorrect favicon (LB (Ben) Johnston, Sahil Jangra)
* Maintenance: Update BeautifulSoup upper bound to 4.12.x (scott-8)
* Maintenance: Migrate initialization of classes (such as `body.ready`) from multiple JavaScript implementations to one Stimulus controller `w-init` (Chiemezuo Akujobi)
* Maintenance: Adopt the usage of translate string literals using `arg=_('...')` in all `wagtailadmin` module templates (Chiemezuo Akujobi)

Wyświetl plik

@ -147,6 +147,7 @@ This feature was implemented by Nick Lee, Thibaud Colas, and Sage Abdullah.
* Enforce CI build checks for documentation so that malformed links or missing images will not be allowed (Neeraj Yetheendran)
* Update spelling on customizing admin template and page model section from British to American English (Victoria Poromon)
* Add documentation for how to override the file locations for custom image models [](custom_image_model_upload_location) (Osaf AliSayed, Dharmik Gangani)
* Update documentation theme (Sphinx Wagtail Theme) to 6.2.0, fixing the incorrect favicon (LB (Ben) Johnston, Sahil Jangra)
### Maintenance

Wyświetl plik

@ -74,7 +74,7 @@ documentation_extras = [
"sphinxcontrib-spelling>=7,<8",
"Sphinx>=1.5.2",
"sphinx-autobuild>=0.6.0",
"sphinx-wagtail-theme==6.1.1",
"sphinx-wagtail-theme==6.2.0",
"myst_parser==2.0.0",
"sphinx_copybutton>=0.5,<1.0",
]