Skip to content

Commit

Permalink
Merge pull request #220 from JuliaReach/schillic/documenter
Browse files Browse the repository at this point in the history
Support/use Documenter v1
  • Loading branch information
schillic committed Oct 6, 2023
2 parents b0d5078 + 3616c98 commit 8bd31c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test"])'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test", "docs"])'
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "1"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ makedocs(; sitename="IntervalMatrices.jl",
modules=[IntervalMatrices],
format=Documenter.HTML(; prettyurls=get(ENV, "CI", nothing) == "true",
assets=["assets/aligned.css"], sidebar_sitename=true),
strict=true,
pagesonly=true,
pages=["Home" => "index.md",
"Library" => Any["Types" => "lib/types.md",
"Methods" => "lib/methods.md"],
Expand Down

0 comments on commit 8bd31c7

Please sign in to comment.