Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Jul 19, 2024
1 parent 4a8fb97 commit a6702c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FiniteDifferenceMatrices = "a7a66f33-e7b8-47af-b618-f9b5bea05f3d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Markdown = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using Documenter
using Printf
using Markdown
using CairoMakie
using SparseArrays

DocMeta.setdocmeta!(FiniteDifferenceMatrices, :DocTestSetup, :(using FiniteDifferenceMatrices); recursive=true)

Expand Down

0 comments on commit a6702c9

Please sign in to comment.