Skip to content

Commit

Permalink
Ensure doctests "see" the Primes module
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Sep 20, 2023
1 parent d514c70 commit 1479358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
using Documenter, Primes

DocMeta.setdocmeta!(Primes, :DocTestSetup, :(using Primes); recursive = true)

makedocs(
modules = [Primes],
sitename = "Primes.jl",
Expand Down

0 comments on commit 1479358

Please sign in to comment.