Skip to content

Commit 7ecf281

Browse files
committed
docs(CHANGES): argparse Sphinx domain feature bullet
why: The 0.0.1 (unreleased) Features section documented the two new foundation packages (sphinx-ux-autodoc-layout, sphinx-autodoc-typehints-gp) and the three-tier restructuring, but not the argparse Sphinx domain added in the recent E1-E7 commit series. Without a changelog entry, downstream alpha-testers reading CHANGES wouldn't know about the new :argparse:* xref roles or the two auto-generated indices. what: - Append one bullet to the ### Features section of the 0.0.1 (unreleased) entry describing the domain: ObjTypes, xref roles, indices, the new classifier, and the std:cmdoption compatibility guarantee.
1 parent efdc2d7 commit 7ecf281

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ $ uv add gp-sphinx --prerelease allow
5656
- New `sphinx-autodoc-typehints-gp` package — single-package replacement
5757
for `sphinx-autodoc-typehints` + `sphinx.ext.napoleon`; resolves
5858
annotations statically at build time with no monkey-patching (#18)
59+
- `sphinx-autodoc-argparse` now ships a real `argparse` Sphinx domain —
60+
`program` / `option` / `subcommand` / `positional` ObjTypes,
61+
`:argparse:*` xref roles, and two auto-generated indices
62+
(`argparse-programsindex`, `argparse-optionsindex`).
63+
`Framework :: Sphinx :: Domain` classifier added. `:option:` /
64+
`std:cmdoption` continues to resolve for intersphinx consumers (#18)
5965

6066
### Bug fixes
6167

0 commit comments

Comments
 (0)