Skip to content

Commit

Permalink
Documenter 1.3 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Mar 22, 2024
1 parent 9e70180 commit 4c350d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ AlgebraOfGraphics = "cbdf2221-f076-402e-a563-3d30da359d67"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Effects = "8f03c58b-bd97-4933-a826-f71b64d2cca2"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
MultipleTesting = "f8716d33-7c4a-5097-896f-ce0ecbd3ef6b"
Expand All @@ -16,8 +17,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AlgebraOfGraphics = "0.4.5"
DataFrames = "0.22, 1.0, 1.1"
Documenter = "0.26, 0.27"
DataFrames = "1"
Documenter = "1.3"
GLM = "1.3"
StatsModels = "0.6.20"
julia = "1.6"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ makedocs(; modules=[Effects],
repo="https://github.com/beacon-biosignals/Effects.jl/blob/{commit}{path}#{line}",
sitename="Effects.jl",
format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://beacon-biosignals.github.io/Effects.jl",
repolink="https://github.com/beacon-biosignals/Effects.jl",
canonical="https://beacon-biosignals.github.io/Effects.jl/stable",
assets=String[]),
pages=["Home" => "index.md",
"Estimated Marginal Means" => "emmeans.md",
Expand Down

0 comments on commit 4c350d6

Please sign in to comment.