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 29cd4b0 commit 2b8574eCopy full SHA for 2b8574e
docs/make.jl
@@ -1,8 +1,4 @@
1
using Documenter, DelayDiffEq
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)
5
6
include("pages.jl")
7
8
makedocs(
@@ -22,4 +18,4 @@ makedocs(
22
18
deploydocs(
23
19
repo = "github.com/SciML/DelayDiffEq.jl";
24
20
push_preview = true
25
-)
21
+)
0 commit comments