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 14d24d0 commit ba7fb10Copy full SHA for ba7fb10
docs/make.jl
@@ -1,7 +1,7 @@
1
using Documenter, DocumenterCitations, 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