Commit f031db4
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 27f6ff8 commit f031db4
3 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 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