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 6eaef0b commit 65d8336Copy full SHA for 65d8336
Project.toml
@@ -17,6 +17,7 @@ WinchModels = "7dcfa46b-7979-4771-bbf4-0aee0da42e1f"
17
[compat]
18
BenchmarkTools = "1.6.0"
19
ControlPlots = "0.2.7"
20
+Documenter = "1.11.4"
21
KiteUtils = "0.10.6"
22
NLsolve = "4.5.1"
23
Parameters = "0.12.3"
@@ -28,8 +29,9 @@ WinchModels = "0.3.7"
28
29
julia = "1.10, 1.11"
30
31
[extras]
-Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
32
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
33
+Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
34
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
35
36
[targets]
-test = ["Test", "ControlPlots"]
37
+test = ["Test", "ControlPlots", "Documenter"]
0 commit comments