Skip to content

Commit

Permalink
fix stop treating missing docs as error
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Oct 21, 2024
1 parent 5d7a258 commit ee36b54
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 @@ -20,6 +20,7 @@ makedocs(;
"Variational Families" => "families.md",
"Optimization" => "optimization.md",
],
warnonly=[:missing_docs],
)

deploydocs(; repo="github.com/TuringLang/AdvancedVI.jl", push_preview=true)

0 comments on commit ee36b54

Please sign in to comment.