Skip to content

Commit ba7fb10

Browse files
fix: uncomment docs lines
1 parent 14d24d0 commit ba7fb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 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"

0 commit comments

Comments
 (0)