Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

* Fixed documentation cross-references to dependencies by updating the
mkdocstrings inventories to match the minimum dependency versions and
adding the missing `frequenz-client-base` inventory.
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ plugins:
inventories:
# See https://mkdocstrings.github.io/python/usage/#import for details
- https://docs.python.org/3/objects.inv
- https://frequenz-floss.github.io/frequenz-channels-python/v1.0/objects.inv
- https://frequenz-floss.github.io/frequenz-client-dispatch-python/v0.6/objects.inv
- https://frequenz-floss.github.io/frequenz-channels-python/v1.6/objects.inv
- https://frequenz-floss.github.io/frequenz-client-base-python/v0.11/objects.inv
- https://frequenz-floss.github.io/frequenz-client-dispatch-python/v0.11/objects.inv
- https://frequenz-floss.github.io/frequenz-sdk-python/v1.0-pre/objects.inv
- https://grpc.github.io/grpc/python/objects.inv
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"typing-extensions >= 4.13.0, < 5.0.0",
# Make sure to update the version for cross-referencing also in the
# mkdocs.yml file when changing the version here (look for the config key
# plugins.mkdocstrings.handlers.python.import)
# plugins.mkdocstrings.handlers.python.inventories)
"frequenz-sdk >= 1.0.0-rc2100, < 1.0.0-rc2300",
"frequenz-channels >= 1.6.1, < 2.0.0",
"frequenz-client-dispatch >= 0.11.3, < 2.0.0",
Expand Down