Commit 25c983b
docs: fix strict-build cross-refs to private _descriptor_spec
The setting/attach_option consolidation added mkdocstrings autoref links
([`_SpecBase`][vgi.catalog._descriptor_spec._SpecBase] etc.) pointing at the
private _descriptor_spec module, which is not rendered in the API docs — so
`mkdocs build --strict` aborted on unresolved cross-reference targets.
Demote those links to plain code spans naming the module.
Verified: `mkdocs build --strict` exits 0 with no autoref warnings.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 03852fd commit 25c983b
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments