We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea3b32 commit eb2b7bfCopy full SHA for eb2b7bf
docs/make.jl
@@ -4,6 +4,7 @@ DocMeta.setdocmeta!(Primes, :DocTestSetup, :(using Primes); recursive = true)
4
makedocs(
5
modules = [Primes],
6
sitename = "Primes.jl",
7
+ checkdocs = :none,
8
pages = Any[
9
"Home" => "index.md",
10
"Functions" => "api.md"
0 commit comments