We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089d72d commit 619ce47Copy full SHA for 619ce47
1 file changed
docs/make.jl
@@ -1,6 +1,9 @@
1
using Documenter
2
using OptimalControl
3
4
+cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
5
+cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)
6
+
7
repo_url = "github.com/control-toolbox/Tutorials.jl"
8
9
makedocs(;
@@ -31,4 +34,4 @@ makedocs(;
31
34
],
32
35
)
33
36
-deploydocs(; repo=repo_url * ".git", devbranch="main")
37
+deploydocs(; repo=repo_url * ".git", devbranch="main")
0 commit comments