Skip to content

Commit 0102653

Browse files
committed
Tidy up docs
1 parent 54c745c commit 0102653

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/make.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
using Documenter, Libtask
22

3-
DocMeta.setdocmeta!(
4-
Libtask,
5-
:DocTestSetup,
6-
quote
7-
using Libtask
8-
end;
9-
recursive=true,
10-
)
3+
DocMeta.setdocmeta!(Libtask, :DocTestSetup, :(using Libtask); recursive=true)
114

125
makedocs(;
136
sitename="Libtask", doctest=true, pages=["index.md", "internals.md"], modules=[Libtask]

0 commit comments

Comments
 (0)