Update Sphinx Wagtail Theme to v6.1.1

pull/9603/head
LB Johnston 2023-07-19 18:39:54 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 2ed1b33bb8
commit 412b71ac1c
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -115,6 +115,7 @@ Changelog
* Maintenance: Support dialog template cloning using a new `w-teleport` Stimulus controller (Loveth Omokaro, LB (Ben) Johnston)
* Maintenance: Migrate away from using the `"wagtailadmin/shared/field_as_li.html"` template include (Storm Heg)
* Maintenance: Deprecate `wagtail.contrib.modeladmin` (Sage Abdullah)
* Maintenance: Upgrade documentation theme `sphinx_wagtail_theme` to v6.1.1 which includes multiple styling fixes and always visible code copy buttons (LB (Ben) Johnston)
5.0.2 (21.06.2023)

Wyświetl plik

@ -163,6 +163,7 @@ This feature was developed by Aman Pandey as part of the Google Summer of Code p
* Update test cases producing undesirable console output due to missing mocks, uncaught errors, warnings (LB (Ben) Johnston)
* Remove unused snippets _header_with_history.html template (Thibaud Colas)
* Migrate away from using the `"wagtailadmin/shared/field_as_li.html"` template include (Storm Heg)
* Upgrade documentation theme `sphinx_wagtail_theme` to v6.1.1 which includes multiple styling fixes and always visible code copy buttons (LB (Ben) Johnston)
## Upgrade considerations

Wyświetl plik

@ -72,7 +72,7 @@ documentation_extras = [
"sphinxcontrib-spelling>=5.4.0,<6",
"Sphinx>=1.5.2",
"sphinx-autobuild>=0.6.0",
"sphinx-wagtail-theme==6.0.0",
"sphinx-wagtail-theme==6.1.1",
"myst_parser==0.18.1",
"sphinx_copybutton>=0.5,<1.0",
]