Skip to content

Commit

Permalink
Docs: update to Documenter v1 (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco authored Sep 19, 2023
1 parent 1f61a64 commit 69abeb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"

[compat]
Documenter = "1"
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ DocMeta.setdocmeta!(MPI, :DocTestSetup, :(using MPI); recursive=true)
makedocs(
sitename = "MPI.jl",
format = Documenter.HTML(
prettyurls = get(ENV, "CI", nothing) == "true"
prettyurls = get(ENV, "CI", nothing) == "true",
size_threshold_ignore = ["reference/api.md"],
),
modules = [MPI, MPIPreferences],
pages = Any[
Expand All @@ -77,7 +78,6 @@ makedocs(
],
"refindex.md",
],
strict = true,
)

deploydocs(
Expand Down

0 comments on commit 69abeb5

Please sign in to comment.