Commit ef18103
committed
py(deps): gp-sphinx 0.0.1a6 -> 0.0.1a7
why: Pick up the sphinx-argparse-neo multi-page duplicate-label
scoping fix landed in gp-sphinx PR #16, and finish the migration
away from the in-tree docs/_ext/fastmcp_autodoc extension that
moved to the gp-sphinx sphinx-autodoc-fastmcp package. The
[tool.uv.sources] block pinned gp-sphinx / sphinx-autodoc-api-style /
sphinx-autodoc-fastmcp at ../gp-sphinx/packages/*, which only resolves
in the local dev workspace — CI has been failing at the uv sync step
continuously since the block was introduced. Alongside that block,
docs(conf): Use sphinx_autodoc_fastmcp and remove local _ext
deleted docs/_ext/fastmcp_autodoc.py but left the tests/docs/_ext
harness pointing at it, so once CI could actually install deps it
would fail again at pytest collection on ImportError: fastmcp_autodoc.
what:
- Drop the [tool.uv.sources] block so all three packages resolve
from PyPI in every environment
- Bump gp-sphinx and sibling package pins from 0.0.1a6 to 0.0.1a7
- Remove the orphaned tests/docs/_ext/ harness (test_fastmcp_autodoc,
conftest that added the removed docs/_ext to sys.path, and the
tests/docs package markers); equivalent coverage now lives in
gp-sphinx's sphinx-autodoc-fastmcp test suite
- Drop the dead fastmcp_autodoc and tests.docs.* entries from the
mypy overrides table
- Regenerate uv.lock1 parent 167f06d commit ef18103
6 files changed
Lines changed: 46 additions & 770 deletions
File tree
- tests/docs
- _ext
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
68 | 62 | | |
69 | 63 | | |
70 | 64 | | |
| |||
85 | 79 | | |
86 | 80 | | |
87 | 81 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
91 | 85 | | |
92 | 86 | | |
93 | 87 | | |
| |||
123 | 117 | | |
124 | 118 | | |
125 | 119 | | |
126 | | - | |
| 120 | + | |
127 | 121 | | |
128 | 122 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | 123 | | |
134 | 124 | | |
135 | 125 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments