Commit 9e14f5f
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 clean up two stale
references that have been keeping this branch's CI red since the
local _ext migration:
- 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 failed at uv sync on every push since the block
was introduced.
- tests/docs/_ext/test_fastmcp_autodoc.py imported the
fastmcp_autodoc module from the local docs/_ext/ directory that
was removed alongside the migration to the gp-sphinx
sphinx-autodoc-fastmcp package. The test file (and its sibling
conftest.py / __init__.py / parent tests/docs/ package) were
orphaned and made pytest fail at collection time on every build
matrix job. The equivalent tests now live in the
sphinx-autodoc-fastmcp package under gp-sphinx.
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
- Delete the orphaned tests/docs/_ext/ directory and its empty
tests/docs/ parent package
- Regenerate uv.lock1 parent 3c11ee1 commit 9e14f5f
6 files changed
Lines changed: 45 additions & 765 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 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments