File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,13 @@ plugins:
9898 show_source : true
9999 import :
100100 - https://docs.python.org/3/objects.inv
101+ - https://frequenz-floss.github.io/frequenz-channels-python/v0.14/objects.inv
102+ - https://grpc.github.io/grpc/python/objects.inv
103+ - https://networkx.org/documentation/stable/objects.inv
104+ - https://numpy.org/doc/stable/objects.inv
105+ - https://protobuf.readthedocs.io/en/latest/objects.inv
106+ - https://typing-extensions.readthedocs.io/en/stable/objects.inv
107+ - https://watchfiles.helpmanual.io/objects.inv
101108 - search
102109 - section-index
103110
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ classifiers = [
2727requires-python = " >= 3.11, < 4"
2828dependencies = [
2929 " frequenz-api-microgrid >= 0.11.0, < 0.12.0" ,
30+ # Make sure to update the mkdocs.yml file when
31+ # changing the version
32+ # (plugins.mkdocstrings.handlers.python.import)
3033 " frequenz-channels >= 0.14.0, < 0.15.0" ,
3134 " google-api-python-client >= 2.71, < 3" ,
3235 " grpcio >= 1.54.2, < 2" ,
You can’t perform that action at this time.
0 commit comments