11using 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
66ENV [" PLOTS_TEST" ] = " true"
77ENV [" GKSwstype" ] = " 100"
@@ -10,19 +10,19 @@ mathengine = Documenter.MathJax()
1010
1111bib = 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