Skip to content

Commit 5c7079b

Browse files
committed
Release v0.0.1a15
1 parent 69d2cfc commit 5c7079b

35 files changed

Lines changed: 77 additions & 75 deletions

File tree

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ $ uv add gp-sphinx --prerelease allow
1818

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

21+
## gp-sphinx 0.0.1a15 (2026-05-02)
22+
2123
### What's new
2224

2325
#### Theme: workspace-owned port of [Furo]

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.1a14"
3+
version = "0.0.1a15"
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.1a14"
42+
__version__ = "0.0.1a15"
4343

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

packages/gp-sphinx-vite/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-sphinx-vite"
3-
version = "0.0.1a14"
3+
version = "0.0.1a15"
44
description = "Transparent Vite + pnpm orchestration for Sphinx theme asset pipelines"
55
requires-python = ">=3.10,<4.0"
66
authors = [

packages/gp-sphinx-vite/src/gp_sphinx_vite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
if t.TYPE_CHECKING:
3636
from sphinx.application import Sphinx
3737

38-
__version__ = "0.0.1a14"
38+
__version__ = "0.0.1a15"
3939

4040
logger = logging.getLogger(__name__)
4141
logger.addHandler(logging.NullHandler())

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.1a14"
3+
version = "0.0.1a15"
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.1a14",
30-
"sphinx-fonts==0.0.1a14",
29+
"sphinx-gp-theme==0.0.1a15",
30+
"sphinx-fonts==0.0.1a15",
3131
"myst-parser",
3232
"docutils",
33-
"sphinx-autodoc-typehints-gp==0.0.1a14",
33+
"sphinx-autodoc-typehints-gp==0.0.1a15",
3434
"sphinx-inline-tabs",
3535
"sphinx-copybutton",
36-
"sphinx-gp-opengraph==0.0.1a14",
37-
"sphinx-gp-sitemap==0.0.1a14",
36+
"sphinx-gp-opengraph==0.0.1a15",
37+
"sphinx-gp-sitemap==0.0.1a15",
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.1a14",
46+
"sphinx-autodoc-argparse==0.0.1a15",
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.1a14"
10+
__version__ = "0.0.1a15"
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.1a14"
3+
version = "0.0.1a15"
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.1a14",
31-
"sphinx-ux-autodoc-layout==0.0.1a14",
30+
"sphinx-ux-badges==0.0.1a15",
31+
"sphinx-ux-autodoc-layout==0.0.1a15",
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.1a14"
3+
version = "0.0.1a15"
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.1a14"
47+
__version__ = "0.0.1a15"
4848

4949

5050
class SetupDict(t.TypedDict):

0 commit comments

Comments
 (0)