Skip to content

Commit 28206fa

Browse files
chore: format
1 parent d3aed4c commit 28206fa

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/make.jl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Documenter, DocumenterCitations, ReservoirComputing
22

3-
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml"; force=true)
4-
cp("./docs/Project.toml", "./docs/src/assets/Project.toml"; force=true)
3+
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml"; force = true)
4+
cp("./docs/Project.toml", "./docs/src/assets/Project.toml"; force = true)
55

66
ENV["PLOTS_TEST"] = "true"
77
ENV["GKSwstype"] = "100"
@@ -10,19 +10,19 @@ mathengine = Documenter.MathJax()
1010

1111
bib = CitationBibliography(
1212
joinpath(@__DIR__, "src", "refs.bib");
13-
style=:authoryear
13+
style = :authoryear
1414
)
1515

16-
makedocs(; modules=[ReservoirComputing],
17-
sitename="ReservoirComputing.jl",
18-
clean=true, doctest=false, linkcheck=true,
19-
plugins=[bib],
20-
format=Documenter.HTML(;
16+
makedocs(; modules = [ReservoirComputing],
17+
sitename = "ReservoirComputing.jl",
18+
clean = true, doctest = false, linkcheck = true,
19+
plugins = [bib],
20+
format = Documenter.HTML(;
2121
mathengine,
22-
assets=["assets/favicon.ico"],
23-
canonical="https://docs.sciml.ai/ReservoirComputing/stable/"),
24-
pages=pages
22+
assets = ["assets/favicon.ico"],
23+
canonical = "https://docs.sciml.ai/ReservoirComputing/stable/"),
24+
pages = pages
2525
)
2626

27-
deploydocs(; repo="github.com/SciML/ReservoirComputing.jl.git",
28-
push_preview=true)
27+
deploydocs(; repo = "github.com/SciML/ReservoirComputing.jl.git",
28+
push_preview = true)

0 commit comments

Comments
 (0)