From 412b71ac1cc8f250a690eef44363ca7ffccaa2f5 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Wed, 19 Jul 2023 18:39:54 +1000 Subject: [PATCH] Update Sphinx Wagtail Theme to v6.1.1 --- CHANGELOG.txt | 1 + docs/releases/5.1.md | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3b0f9cd554..072d8d419a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index dd82145c36..34f6394ed2 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -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 diff --git a/setup.py b/setup.py index 1544117351..03b2d4855d 100755 --- a/setup.py +++ b/setup.py @@ -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", ]