Skip to content

Commit

Permalink
Update Documenter to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Sep 15, 2023
1 parent dc1de23 commit 9247f57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/Project.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
{{ PackageName }} = "{{ PackageUUID }}"

[compat]
Documenter = "1"
3 changes: 1 addition & 2 deletions docs/make.jl.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ DocMeta.setdocmeta!({{ PackageName }}, :DocTestSetup, :(using {{ PackageName }})
makedocs(;
modules = [{{ PackageName }}],
doctest = true,
linkcheck = false,
strict = false,
linkcheck = true,
authors = "{{ AuthorName }} <{{ AuthorEmail }}> and contributors",
repo = "https://github.com/{{ PackageOwner }}/{{ PackageName }}.jl/blob/{commit}{path}#{line}",
sitename = "{{ PackageName }}.jl",
Expand Down

0 comments on commit 9247f57

Please sign in to comment.