Skip to content

Commit

Permalink
add docmeta with import
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Feb 8, 2024
1 parent fb21a5b commit dc43a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Pkg; Pkg.add("Documenter")
using Documenter
import CellListMap
#DocMeta.setdocmeta!(CellListMap, :DocTestSetup, :(using CellListMap); recursive=true)
DocMeta.setdocmeta!(CellListMap, :DocTestSetup, :(import CellListMap); recursive=true)
makedocs(
modules=[CellListMap],
sitename="CellListMap.jl",
Expand Down

0 comments on commit dc43a94

Please sign in to comment.