Skip to content

Commit 073863a

Browse files
committed
Disable mkdocs cross-ref to marshmallow
This is required since the latest marshmallow release, until a fix is available for: marshmallow-code/marshmallow#2739 Signed-off-by: Sahas Subramanian <[email protected]>
1 parent d1fd598 commit 073863a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ plugins:
120120
- https://frequenz-floss.github.io/frequenz-channels-python/v1.1/objects.inv
121121
- https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.5/objects.inv
122122
- https://frequenz-floss.github.io/frequenz-quantities-python/v1/objects.inv
123-
- https://lovasoa.github.io/marshmallow_dataclass/html/objects.inv
124-
- https://marshmallow.readthedocs.io/en/stable/objects.inv
123+
# - https://lovasoa.github.io/marshmallow_dataclass/html/objects.inv
124+
# - https://marshmallow.readthedocs.io/en/stable/objects.inv
125125
- https://networkx.org/documentation/stable/objects.inv
126126
- https://numpy.org/doc/stable/objects.inv
127127
- https://typing-extensions.readthedocs.io/en/stable/objects.inv

0 commit comments

Comments
 (0)