Skip to content

Commit

Permalink
Make :missing_docs warnonly to fix the documenter CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Oct 3, 2023
1 parent f7c05a5 commit 4ffd6ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ makedocs(
],
"References" => "references.md",
],
warnonly=:missing_docs,
)

# Documenter can also automatically deploy documentation to gh-pages.
Expand Down

0 comments on commit 4ffd6ac

Please sign in to comment.