Skip to content

Commit f6aca5f

Browse files
committedSep 17, 2023
"Warn only" when docstrings are not included in documentation.
1 parent 49194c3 commit f6aca5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docs/make.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ makedocs(
2525
],
2626
"Developer" => "developer.md",
2727
"Examples" => "examples.md"
28-
]
28+
],
29+
warnonly = true
2930
)
3031

3132
deploydocs(

1 commit comments

Comments
 (1)

tasseff commented on Sep 17, 2023

@tasseff
MemberAuthor

See these breaking changes in the September 15 release of Documenter.jl 1.0.0.

Please sign in to comment.