Skip to content

Commit

Permalink
Use newer stable release of Documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Jun 9, 2024
1 parent 8fffca5 commit 551ef78
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -14,4 +14,4 @@ Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"

[compat]
Documenter = "0.27"
Documenter = "1"
8 changes: 8 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ makedocs(

# We still want strict on though since we want to catch typos.
# strict=true # will change to false once DimensionalData registers 0.20.8

warnonly = [
# some docstrings from foreign packages may link to other functions in
# that package
:cross_references,
# we don't want to display *all* docstrings from FileIO, e.g.
:missing_docs
],
)


Expand Down

0 comments on commit 551ef78

Please sign in to comment.