Commit 7961389
committed
Fix documentation cross-linking inventory versions
The mkdocstrings inventories pointed to older versions of the
dependencies' documentation than the minimum versions declared in
pyproject.toml, so symbols added later, like `TargetComponents` from
`frequenz-client-dispatch` (present since v0.11 but linked to v0.6),
could not be resolved. The `frequenz-client-base` inventory was also
missing entirely.
Update the inventories to match the minimum dependency versions, add
the `frequenz-client-base` inventory, and fix the pyproject.toml
comment that still referred to the old `import` config key, now called
`inventories`.
Fixes #300.
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>1 parent fd87c94 commit 7961389
3 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments