Skip to content

Commit

Permalink
changes for Documenter v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eben60 committed Mar 24, 2024
1 parent fb925b3 commit 5e837c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ Manifest.toml

auxillary
lcov.info

MendUp/data/tmp*
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5e837c5

Please sign in to comment.