Skip to content

Commit

Permalink
Merge pull request #875 from AlgebraicJulia/documenter-v1
Browse files Browse the repository at this point in the history
Upgrade to Documenter v1
  • Loading branch information
epatters authored Dec 13, 2023
2 parents f4c970f + 041fed5 commit 1302543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ TikzCDs = "1e332c56-9431-4126-8a34-92cbdf251ae4"
TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d"

[compat]
Documenter = "^0.27"
Documenter = "^1"
TikzCDs = "^0.2.1"
6 changes: 2 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ end
@info "Building Documenter.jl docs"
makedocs(
modules = [Catlab],
format = Documenter.HTML(
assets = ["assets/analytics.js"],
),
format = Documenter.HTML(assets = ["assets/analytics.js"]),
sitename = "Catlab.jl",
doctest = false,
checkdocs = :none,
warnonly = true,
pages = Any[
"Catlab.jl" => "index.md",
"Vignettes" => no_literate ? [] : Any[
Expand Down

0 comments on commit 1302543

Please sign in to comment.