Skip to content

Commit b6e9196

Browse files
committed
fix docs/make.jl
1 parent c1d766d commit b6e9196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CairoMakie.activate!(px_per_unit = 2, type = "svg", inline = true) # TODO: make
77
# import packages that activate extensions
88
import FlexiJoins, LibGEOS, Proj, TGGeometry
99

10-
DocMeta.setdocmeta!(GeometryOps, :DocTestSetup, :(using GeometryOps; using GeometryOps.GeometryBasics); recursive=true)
10+
DocMeta.setdocmeta!(GeometryOps, :DocTestSetup, :(using GeometryOps; using GeometryOps.GeometryBasics; using GeometryOps.GeometryOpsCore); recursive=true)
1111

1212
using GeoInterfaceMakie
1313

0 commit comments

Comments
 (0)