We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b524e0c commit 6851639Copy full SHA for 6851639
docs/make.jl
@@ -16,4 +16,5 @@ makedocs(;
16
"Example" => "example.md",
17
"Customize your own flow layer" => "customized_layer.md",
18
],
19
+ strict=false, # avoid complaining about internal functions with docstrings
20
)
0 commit comments