Skip to content

Commit 65d8336

Browse files
committed
Make documenter a test package
1 parent 6eaef0b commit 65d8336

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ WinchModels = "7dcfa46b-7979-4771-bbf4-0aee0da42e1f"
1717
[compat]
1818
BenchmarkTools = "1.6.0"
1919
ControlPlots = "0.2.7"
20+
Documenter = "1.11.4"
2021
KiteUtils = "0.10.6"
2122
NLsolve = "4.5.1"
2223
Parameters = "0.12.3"
@@ -28,8 +29,9 @@ WinchModels = "0.3.7"
2829
julia = "1.10, 1.11"
2930

3031
[extras]
31-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3232
ControlPlots = "23c2ee80-7a9e-4350-b264-8e670f12517c"
33+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
34+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3335

3436
[targets]
35-
test = ["Test", "ControlPlots"]
37+
test = ["Test", "ControlPlots", "Documenter"]

0 commit comments

Comments
 (0)