Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Nov 25, 2023
1 parent 9f1946d commit 33aa6e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ using FastIce

push!(LOAD_PATH,"../src/")

DocMeta.setdocmeta!(FastIce, :DocTestSetup, :(using FastIce); recursive=true)
const DOC_SETUP = quote
using FastIce
using FastIce.Grids
end

DocMeta.setdocmeta!(FastIce, :DocTestSetup, DOC_SETUP; recursive=true)

makedocs(
sitename = "FastIce",
Expand Down

0 comments on commit 33aa6e9

Please sign in to comment.