diff --git a/.gitignore b/.gitignore index f5efeed..1e42fc7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ Manifest.toml auxillary lcov.info + +MendUp/data/tmp* diff --git a/docs/make.jl b/docs/make.jl index 293b910..1aaf2d7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,7 +12,8 @@ makedocs( format = Documenter.HTML(; prettyurls = get(ENV, "CI", nothing) == "true"), authors = "Eben60", sitename = "Mendeleev.jl", - pages = Any["Home" => "index.md", "Elements Data Fields" => "elements_data_fields.md", "Types" => "types.md", "Changelog" => "changelog.md"] + pages = Any["Home" => "index.md", "Elements Data Fields" => "elements_data_fields.md", "Types" => "types.md", "Changelog" => "changelog.md"], + warnonly = [:missing_docs], # strict = true, # clean = true, # checkdocs = :exports,