Skip to content

Commit

Permalink
support/use Documenter v1
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Oct 7, 2023
1 parent 2fc641f commit 398c19b
Show file tree
Hide file tree
Showing 3 changed files with 8 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"])'
6 changes: 6 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
Documenter = "1"
Literate = "2"
Plots = "1"
SymEngine = "0.8 - 0.10"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ makedocs(; sitename="ReachabilityModels",
modules=[ReachabilityModels],
format=Documenter.HTML(; prettyurls=get(ENV, "CI", nothing) == "true",
assets=["assets/aligned.css"]),
strict=false,
pagesonly=true,
pages=["Home" => "index.md",
"Usage" => "usage.md",
"Overview" => "overview.md",
Expand Down

0 comments on commit 398c19b

Please sign in to comment.