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 2c05a8a commit 5ab1e53Copy full SHA for 5ab1e53
docs/make.jl
@@ -10,7 +10,6 @@ include("pages.jl")
10
makedocs(; modules=[ReservoirComputing],
11
sitename="ReservoirComputing.jl",
12
clean=true, doctest=false, linkcheck=true,
13
- warnonly=[:missing_docs],
14
format=Documenter.HTML(; assets=["assets/favicon.ico"],
15
canonical="https://docs.sciml.ai/ReservoirComputing/stable/"),
16
pages=pages)
0 commit comments