Skip to content

Commit 2c20abe

Browse files
authored
Build documentation with Documenter 0.26 (#179)
1 parent 6ad135a commit 2c20abe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "~0.22"
5+
Documenter = "~0.26"

docs/make.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ using Documenter, FFTW
33
makedocs(
44
modules = [FFTW],
55
clean = false,
6-
format = :html,
76
sitename = "FFTW.jl",
87
pages = Any[
98
"Home" => "index.md",
@@ -12,7 +11,6 @@ makedocs(
1211
)
1312

1413
deploydocs(
15-
julia = "nightly",
1614
repo = "github.com/JuliaMath/FFTW.jl.git",
1715
target = "build",
1816
deps = nothing,

0 commit comments

Comments
 (0)