Skip to content

Commit

Permalink
Turn missing docstring errors into warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Jun 19, 2024
1 parent 56c726f commit 983a15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ makedocs(
"assets/styles.css",
],
),
pages=fullpages
pages=fullpages,
warnonly=[:missing_docs],
)



deploydocs(;
repo = "github.com/JuliaAstro/JuliaAstro.github.io",
push_preview = true,
Expand Down

0 comments on commit 983a15b

Please sign in to comment.