Commit 1311ea0
committed
chore(release): bump workspace packages 0.0.1a8 -> 0.0.1a9
why: Cut alpha 9 covering the FastMCP prompts/resources autodoc surface
and the companion typehints / theme / layout fixes merged in PR #21.
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.1a8 to 0.0.1a9
- 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
Notable changes since 0.0.1a8 (#21):
- sphinx-autodoc-fastmcp: autodoc MCP prompts and resources end-to-end
via four new directives ({fastmcp-prompt}, {fastmcp-prompt-input},
{fastmcp-resource}, {fastmcp-resource-template}); new
fastmcp_server_module config points the collector at a live FastMCP
instance; URI-keyed env storage with name-index fallback for
friendly directive lookup
- sphinx-autodoc-fastmcp: kind-prefixed canonical section IDs
(fastmcp-{kind}-{name}) prevent tool/prompt/resource collisions in
std.labels; tools keep the bare slug as a back-compat alias
- sphinx-autodoc-fastmcp: register-all hook safely re-invocable under
FastMCP's default on_duplicate="error" via a temporary context
manager; hook failure is fail-closed
- sphinx-autodoc-typehints-gp: Raises types strip the leading ~
shortener (matching Sphinx PyXRefRole.process_link); comma split is
bracket-depth aware so Dict[str, X] survives intact; empty Notes
drops its rubric while Examples / References / generic stub sections
keep theirs
- sphinx-gp-theme: dispatches gp-sphinx:navigated CustomEvent on
document after every SPA-nav DOM swap so third-party widgets can
re-initialise without a full page reload
- sphinx-ux-autodoc-layout: card-shell permalink hidden by default,
revealed on hover or focus-visible1 parent 11f1f15 commit 1311ea0
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 | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| 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