Skip to content

Commit

Permalink
try Documenter v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand committed Sep 21, 2024
1 parent 0c0c82f commit d16172e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.27"
Documenter = "1"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Documenter, Gtk4, Cairo
makedocs(
format = Documenter.HTML(
prettyurls = get(ENV, "CI", nothing) == "true",
#size_threshold_ignore = ["doc/GLib_reference.md","doc/reference.md","doc/constants_reference.md"]
size_threshold_ignore = ["doc/Gtk4_types_reference.md", "doc/GLib_types_reference.md", "doc/GLib_reference.md","doc/reference.md","doc/constants_reference.md"]
),
modules = [Gtk4],
sitename = "Gtk4.jl",
Expand Down Expand Up @@ -40,6 +40,7 @@ makedocs(
],
#"GI Reference" => "doc/GI_reference.md"
],
warnonly = true
)

deploydocs(
Expand Down

0 comments on commit d16172e

Please sign in to comment.