Skip to content

Commit

Permalink
main - Automatic JuliaFormatter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and gbruer15 committed Aug 3, 2024
1 parent 9cbd90b commit acfb768
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
7 changes: 1 addition & 6 deletions docs/doctest.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@

using Documenter: DocMeta, doctest
using PKGNAME
DocMeta.setdocmeta!(
PKGNAME,
:DocTestSetup,
:(using PKGNAME, Test);
recursive=true,
)
DocMeta.setdocmeta!(PKGNAME, :DocTestSetup, :(using PKGNAME, Test); recursive=true)
doctest(PKGNAME)
7 changes: 1 addition & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,7 @@ for (ex, pth) in examples
end
end

DocMeta.setdocmeta!(
PKGNAME,
:DocTestSetup,
:(using PKGNAME, Test);
recursive=true,
)
DocMeta.setdocmeta!(PKGNAME, :DocTestSetup, :(using PKGNAME, Test); recursive=true)
makedocs(;
modules=[PKGNAME],
authors="Grant Bruer gbruer15@gmail.com and contributors",
Expand Down
1 change: 1 addition & 0 deletions src/pkg_stuff.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

7 changes: 1 addition & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ using Documenter
Aqua.test_ambiguities(PKGNAME)
end

DocMeta.setdocmeta!(
PKGNAME,
:DocTestSetup,
:(using PKGNAME, Test);
recursive=true,
)
DocMeta.setdocmeta!(PKGNAME, :DocTestSetup, :(using PKGNAME, Test); recursive=true)
doctest(PKGNAME; manual=false)

examples_dir = joinpath(@__DIR__, "..", "examples")
Expand Down

0 comments on commit acfb768

Please sign in to comment.