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 fd86314 commit 29af05fCopy full SHA for 29af05f
docs/make.jl
@@ -1,7 +1,7 @@
1
using Documenter, ReservoirComputing
2
3
-#cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml"; force=true)
4
-#cp("./docs/Project.toml", "./docs/src/assets/Project.toml"; force=true)
+cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml"; force=true)
+cp("./docs/Project.toml", "./docs/src/assets/Project.toml"; force=true)
5
6
ENV["PLOTS_TEST"] = "true"
7
ENV["GKSwstype"] = "100"
0 commit comments