Skip to content

Commit

Permalink
Use Documenter v1 to build docs (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Dec 6, 2023
1 parent 74ae519 commit 44161a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
ArrayLayouts = "1"
Documenter = "0.27"
Documenter = "1"
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
using Documenter
using ArrayLayouts

DocMeta.setdocmeta!(ArrayLayouts, :DocTestSetup, :(using ArrayLayouts); recursive=true)

makedocs(
sitename = "ArrayLayouts",
modules = [ArrayLayouts]
modules = [ArrayLayouts],
)

# Documenter can also automatically deploy documentation to gh-pages.
Expand Down

0 comments on commit 44161a8

Please sign in to comment.