Skip to content

Commit

Permalink
Fixed missing doc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbailo committed Mar 5, 2024
1 parent 7cc01b6 commit f6c9271
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[deps]
CBX = "8f5ebde3-ef8e-4825-b277-c25898c0de77"
DefaultKeywordArguments = "d739bc73-037a-4484-8212-e0e00e9ea6bf"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3 changes: 0 additions & 3 deletions examples/low_level/low_level.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using Pkg;
Pkg.activate(".");

using CBX, CBX.CBXLowLevel

config =
Expand Down
3 changes: 0 additions & 3 deletions examples/low_level/manual_stepping.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using Pkg;
Pkg.activate(".");

using CBX, CBX.CBXLowLevel

config =
Expand Down

0 comments on commit f6c9271

Please sign in to comment.