Skip to content

Commit

Permalink
Merge pull request #137 from JuliaMath/oscardssmith-update-documenter
Browse files Browse the repository at this point in the history
Update Documenter version
  • Loading branch information
oscardssmith authored Sep 20, 2023
2 parents 69f1bee + 6bcdd02 commit 177dd94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"

[compat]
Documenter = "~0.20"
Documenter = "~1.0"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Documenter, Primes

DocMeta.setdocmeta!(Primes, :DocTestSetup, :(using Primes); recursive = true)
makedocs(
modules = [Primes],
sitename = "Primes.jl",
Expand Down

0 comments on commit 177dd94

Please sign in to comment.