Skip to content

Commit a3b8221

Browse files
committed
Use the latest v1 when cross-referencing with channels
We know the latest version will still have all the features we need, so there is no need to target a particular minor. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent c3fba01 commit a3b8221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ plugins:
117117
import:
118118
# See https://mkdocstrings.github.io/python/usage/#import for details
119119
- https://docs.python.org/3/objects.inv
120-
- https://frequenz-floss.github.io/frequenz-channels-python/v1.1/objects.inv
120+
- https://frequenz-floss.github.io/frequenz-channels-python/v1/objects.inv
121121
- https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.7/objects.inv
122122
- https://frequenz-floss.github.io/frequenz-core-python/v1/objects.inv
123123
- https://frequenz-floss.github.io/frequenz-quantities-python/v1/objects.inv

0 commit comments

Comments
 (0)