Commit 46e3d7a
committed
chore(release): bump workspace packages 0.0.1a7 -> 0.0.1a8
why: Cut alpha 8 covering the autodoc refactor, argparse domain, and
CSS namespace consolidation merged since 0.0.1a7.
what:
- Bump every workspace package (gp-sphinx, sphinx-gp-theme,
sphinx-fonts, sphinx-autodoc-typehints-gp, sphinx-autodoc-argparse,
sphinx-autodoc-api-style, sphinx-autodoc-docutils,
sphinx-autodoc-fastmcp, sphinx-autodoc-pytest-fixtures,
sphinx-autodoc-sphinx, sphinx-ux-autodoc-layout, sphinx-ux-badges)
and the workspace root from 0.0.1a7 to 0.0.1a8
- Refresh lockstep refs in gp-sphinx dependencies and uv.lock
- Update smoke-test version literal in scripts/ci/package_tools.py
- Update lockstep assertions in tests/ci/test_package_tools.py
- Leave tests/ci/test_bump_version.py fixtures pinned at 0.0.1a7 so
the "bump 0.0.1a7 -> 0.0.1a8" scenario still exercises the script
(now protected by the # bump-version: skip-file sentinel added in
b1decab)
Notable changes since 0.0.1a7:
- sphinx-autodoc-argparse: introduce ArgparseDomain with :argparse:*
roles, indices, and xref resolution
- css: unify sab-/smf-/spf-/api- prefixes under gp-sphinx-* BEM
namespace across the workspace
- deps: raise sphinx floor to >=8.1 and adopt typed env.domains.*
accessors
- packages: rename sphinx-autodoc-layout to sphinx-ux-autodoc-layout
and sphinx-autodoc-badges to sphinx-ux-badges
- sphinx-autodoc-typehints-gp: add py.typed marker and classifiers
- ci: extend smoke matrix to cover fastmcp, typehints-gp, and ux-*
- sphinx-autodoc-api-style: apply dense and dotted-underline badge
modifiers
- ci: version-bump script honours # bump-version: skip-file sentinel
so scenario fixtures stay frozen across bumps1 parent b1decab commit 46e3d7a
25 files changed
Lines changed: 58 additions & 58 deletions
File tree
- packages
- gp-sphinx
- src/gp_sphinx
- sphinx-autodoc-api-style
- sphinx-autodoc-argparse
- src/sphinx_autodoc_argparse
- sphinx-autodoc-docutils
- src/sphinx_autodoc_docutils
- sphinx-autodoc-fastmcp
- src/sphinx_autodoc_fastmcp
- sphinx-autodoc-pytest-fixtures
- sphinx-autodoc-sphinx
- src/sphinx_autodoc_sphinx
- sphinx-autodoc-typehints-gp
- src/sphinx_autodoc_typehints_gp
- sphinx-fonts
- src/sphinx_fonts
- sphinx-gp-theme
- src/sphinx_gp_theme
- sphinx-ux-autodoc-layout
- sphinx-ux-badges
- src/sphinx_ux_badges
- scripts/ci
- tests/ci
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments