Skip to content

Commit 8f497e9

Browse files
committed
Disable mkdocs cross-ref strict mode
This is because of the latest marshmallow release missing symbols causing mkdoc builds to fail. This needs to be reverted once this is resolved: marshmallow-code/marshmallow#2739. Signed-off-by: Sahas Subramanian <[email protected]>
1 parent d1fd598 commit 8f497e9

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
@@ -9,7 +9,7 @@ copyright: "Copyright © 2022 Frequenz Energy-as-a-Service GmbH"
99
repo_name: "frequenz-sdk-python"
1010
repo_url: "https://github.com/frequenz-floss/frequenz-sdk-python"
1111
edit_uri: "edit/v1.x.x/docs/"
12-
strict: true # Treat warnings as errors
12+
# strict: true # Treat warnings as errors
1313

1414
# Build directories
1515
theme:

0 commit comments

Comments
 (0)