Skip to content

Commit

Permalink
upgrade docs to Documenter v1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamslc committed Oct 14, 2023
1 parent 3f8d1a8 commit 5acd37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DemoCards = "0.5.1"
Documenter = "0.27"
Documenter = "1"
Literate = "2"
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ assets = ["assets/citations.css"]
isnothing(demo_assets) || (push!(assets, demo_assets))

makedocs(
bib,
plugins = [bib],
authors = AUTHORS,
sitename = "ParticleInCell2.jl Documentation",
format = Documenter.HTML(
Expand All @@ -40,7 +40,6 @@ makedocs(
"manual/index.md",
"references.md",
],
strict = get(ENV, "CI", nothing) == "true",
modules = [ParticleInCell2],
)

Expand Down

0 comments on commit 5acd37f

Please sign in to comment.