Skip to content
Snippets Groups Projects
Verified Commit 391cfb5d authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Turn missing docs errors to warnings

parent e15c947e
No related branches found
No related tags found
1 merge request!16Documenter 1
......@@ -10,6 +10,7 @@ makedocs(;
collapselevel = 4,
warn_outdated = true,
),
warnonly = [:missing_docs],
pages = [
"Home" => "index.md",
"Manual" => Any[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment