Skip to content

Commit

Permalink
Build documentation with Documenter 0.26 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Feb 11, 2021
1 parent 6ad135a commit 2c20abe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "~0.22"
Documenter = "~0.26"
2 changes: 0 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ using Documenter, FFTW
makedocs(
modules = [FFTW],
clean = false,
format = :html,
sitename = "FFTW.jl",
pages = Any[
"Home" => "index.md",
Expand All @@ -12,7 +11,6 @@ makedocs(
)

deploydocs(
julia = "nightly",
repo = "github.com/JuliaMath/FFTW.jl.git",
target = "build",
deps = nothing,
Expand Down

0 comments on commit 2c20abe

Please sign in to comment.