Skip to content

Commit 256a510

Browse files
committed
release(workspace): bump v0.0.1a19 → v0.0.1a20
Date the 0.0.1a20 CHANGES entry 2026-05-17 and open a fresh 0.0.1a21 (unreleased) block at the top of the file.
1 parent 3eb6922 commit 256a510

34 files changed

Lines changed: 76 additions & 74 deletions

File tree

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ $ pip install --user --upgrade --pre gp-sphinx
1414
$ uv add gp-sphinx --prerelease allow
1515
```
1616

17-
## gp-sphinx 0.0.1a20 (unreleased)
17+
## gp-sphinx 0.0.1a21 (unreleased)
1818

1919
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
2020

21+
## gp-sphinx 0.0.1a20 (2026-05-17)
22+
2123
gp-sphinx 0.0.1a20 closes a Largest-Contentful-Paint regression on
2224
the sidebar logo across every consumer docs site. Web-Vitals reports
2325
recorded LCP timings of 2.7 to 6.7 seconds because the bundled theme

packages/gp-furo-theme/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gp-furo-theme"
3-
version = "0.0.1a19"
3+
version = "0.0.1a20"
44
description = "Tailwind v4 port of the Furo Sphinx theme for git-pull project documentation"
55
requires-python = ">=3.10,<4.0"
66
authors = [

packages/gp-furo-theme/src/gp_furo_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
from .navigation import get_navigation_tree
4141

42-
__version__ = "0.0.1a19"
42+
__version__ = "0.0.1a20"
4343

4444
THEME_NAME = "gp-furo"
4545
THEME_PATH = (pathlib.Path(__file__).parent / "theme" / THEME_NAME).resolve()

packages/gp-sphinx/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gp-sphinx"
3-
version = "0.0.1a19"
3+
version = "0.0.1a20"
44
description = "Shared Sphinx documentation platform for git-pull projects"
55
requires-python = ">=3.10,<4.0"
66
authors = [
@@ -26,15 +26,15 @@ readme = "README.md"
2626
keywords = ["sphinx", "documentation", "configuration"]
2727
dependencies = [
2828
"sphinx>=8.1,<9",
29-
"sphinx-gp-theme==0.0.1a19",
30-
"sphinx-fonts==0.0.1a19",
29+
"sphinx-gp-theme==0.0.1a20",
30+
"sphinx-fonts==0.0.1a20",
3131
"myst-parser",
3232
"docutils",
33-
"sphinx-autodoc-typehints-gp==0.0.1a19",
33+
"sphinx-autodoc-typehints-gp==0.0.1a20",
3434
"sphinx-inline-tabs",
3535
"sphinx-copybutton",
36-
"sphinx-gp-opengraph==0.0.1a19",
37-
"sphinx-gp-sitemap==0.0.1a19",
36+
"sphinx-gp-opengraph==0.0.1a20",
37+
"sphinx-gp-sitemap==0.0.1a20",
3838
"sphinxext-rediraffe",
3939
"sphinx-design",
4040
"linkify-it-py",
@@ -43,7 +43,7 @@ dependencies = [
4343

4444
[project.optional-dependencies]
4545
argparse = [
46-
"sphinx-autodoc-argparse==0.0.1a19",
46+
"sphinx-autodoc-argparse==0.0.1a20",
4747
]
4848

4949
[project.urls]

packages/gp-sphinx/src/gp_sphinx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__title__ = "gp-sphinx"
88
__package_name__ = "gp_sphinx"
99
__description__ = "Shared Sphinx documentation platform for git-pull projects"
10-
__version__ = "0.0.1a19"
10+
__version__ = "0.0.1a20"
1111
__author__ = "Tony Narlock"
1212
__github__ = "https://github.com/git-pull/gp-sphinx"
1313
__docs__ = "https://gp-sphinx.git-pull.com"

packages/sphinx-autodoc-api-style/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sphinx-autodoc-api-style"
3-
version = "0.0.1a19"
3+
version = "0.0.1a20"
44
description = "Sphinx extension for enhanced autodoc API entry styling (badges and cards)"
55
requires-python = ">=3.10,<4.0"
66
authors = [
@@ -27,8 +27,8 @@ readme = "README.md"
2727
keywords = ["sphinx", "autodoc", "documentation", "api", "badges"]
2828
dependencies = [
2929
"sphinx>=8.1",
30-
"sphinx-ux-badges==0.0.1a19",
31-
"sphinx-ux-autodoc-layout==0.0.1a19",
30+
"sphinx-ux-badges==0.0.1a20",
31+
"sphinx-ux-autodoc-layout==0.0.1a20",
3232
]
3333

3434
[project.urls]

packages/sphinx-autodoc-argparse/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sphinx-autodoc-argparse"
3-
version = "0.0.1a19"
3+
version = "0.0.1a20"
44
description = "Modern Sphinx extension for documenting argparse-based CLI tools"
55
requires-python = ">=3.10,<4.0"
66
authors = [

packages/sphinx-autodoc-argparse/src/sphinx_autodoc_argparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
if t.TYPE_CHECKING:
4545
from sphinx.application import Sphinx
4646

47-
__version__ = "0.0.1a19"
47+
__version__ = "0.0.1a20"
4848

4949

5050
class SetupDict(t.TypedDict):

packages/sphinx-autodoc-docutils/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sphinx-autodoc-docutils"
3-
version = "0.0.1a19"
3+
version = "0.0.1a20"
44
description = "Sphinx extension for documenting docutils directives and roles as first-class reference entries"
55
requires-python = ">=3.10,<4.0"
66
authors = [
@@ -27,9 +27,9 @@ readme = "README.md"
2727
keywords = ["sphinx", "docutils", "directives", "roles", "documentation", "autodoc"]
2828
dependencies = [
2929
"sphinx>=8.1",
30-
"sphinx-ux-badges==0.0.1a19",
31-
"sphinx-ux-autodoc-layout==0.0.1a19",
32-
"sphinx-autodoc-typehints-gp==0.0.1a19",
30+
"sphinx-ux-badges==0.0.1a20",
31+
"sphinx-ux-autodoc-layout==0.0.1a20",
32+
"sphinx-autodoc-typehints-gp==0.0.1a20",
3333
]
3434

3535
[project.urls]

packages/sphinx-autodoc-docutils/src/sphinx_autodoc_docutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _add_static_path(app: Sphinx) -> None:
7777
app.add_css_file("css/sphinx_autodoc_docutils.css")
7878

7979
return {
80-
"version": "0.0.1a19",
80+
"version": "0.0.1a20",
8181
"parallel_read_safe": True,
8282
"parallel_write_safe": True,
8383
}

0 commit comments

Comments
 (0)