Skip to content

Commit 6b828a4

Browse files
Merge pull request #238 from SciML/fm/states
States' functions improvements
2 parents 4418a90 + 19a4011 commit 6b828a4

File tree

3 files changed

+555
-104
lines changed

3 files changed

+555
-104
lines changed

docs/make.jl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ cp("./docs/Project.toml", "./docs/src/assets/Project.toml"; force=true)
66
ENV["PLOTS_TEST"] = "true"
77
ENV["GKSwstype"] = "100"
88
include("pages.jl")
9+
mathengine = Documenter.MathJax()
910

1011
makedocs(; modules=[ReservoirComputing],
1112
sitename="ReservoirComputing.jl",
1213
clean=true, doctest=false, linkcheck=true,
13-
format=Documenter.HTML(; assets=["assets/favicon.ico"],
14+
format=Documenter.HTML(;
15+
mathengine,
16+
assets=["assets/favicon.ico"],
1417
canonical="https://docs.sciml.ai/ReservoirComputing/stable/"),
15-
pages=pages)
18+
pages=pages
19+
)
1620

1721
deploydocs(; repo="github.com/SciML/ReservoirComputing.jl.git",
1822
push_preview=true)

0 commit comments

Comments
 (0)