diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-09 13:49:09 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:03 +0100 |
| commit | 983005497196ec4f5f7af9708e56b56d158fcbc3 (patch) | |
| tree | fe6192e967584ac38ceb92e436b70bf557535d4c | |
| parent | 4a494e344aaa653ac7fd7f38c565b25948ee68f7 (diff) | |
| download | poky-983005497196ec4f5f7af9708e56b56d158fcbc3.tar.gz | |
python3-sphinx-rtd-theme: upgrade 2.0.0 -> 3.0.0
Changelog:
===========
- Trigger search modal on "Search docs" input focus
- Show hidden version in selector if it's the current active version
- Show version/language selectors below the title
- Docs: do not sign Git tag
- Docs: update the installation note
- Theme option flyout to enable/disable theme's flyout
- Populate html_context with READTHEDOCS_* environment variables
- Tests: sphinxdev tox environment installs Sphinx from master
- Docs: update releasing
- Adjust the expected test_basic output to match Sphinx 7.3+
- Addons: integrate with new beta addons flyout
- Remove html5shiv
- Remove Sphinx<5 compatibility leftovers
- Remove pytest warnings
(From OE-Core rev: 90c69e275ec1bd19cd67fac2ebb19faa436767c8)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-sphinx-rtd-theme_3.0.0.bb (renamed from meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_3.0.0.bb index 22b4d96444..f02f1fe42d 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_2.0.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_3.0.0.bb | |||
| @@ -14,7 +14,7 @@ RDEPENDS:${PN} += " \ | |||
| 14 | 14 | ||
| 15 | PYPI_PACKAGE = "sphinx_rtd_theme" | 15 | PYPI_PACKAGE = "sphinx_rtd_theme" |
| 16 | 16 | ||
| 17 | SRC_URI[sha256sum] = "bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b" | 17 | SRC_URI[sha256sum] = "905d67de03217fd3d76fbbdd992034ac8e77044ef8063a544dda1af74d409e08" |
| 18 | UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/" | 18 | UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/" |
| 19 | 19 | ||
| 20 | inherit setuptools3 pypi | 20 | inherit setuptools3 pypi |
