We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad135a commit 2c20abeCopy full SHA for 2c20abe
docs/Project.toml
@@ -2,4 +2,4 @@
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
4
[compat]
5
-Documenter = "~0.22"
+Documenter = "~0.26"
docs/make.jl
@@ -3,7 +3,6 @@ using Documenter, FFTW
makedocs(
modules = [FFTW],
clean = false,
6
- format = :html,
7
sitename = "FFTW.jl",
8
pages = Any[
9
"Home" => "index.md",
@@ -12,7 +11,6 @@ makedocs(
12
11
)
13
14
deploydocs(
15
- julia = "nightly",
16
repo = "github.com/JuliaMath/FFTW.jl.git",
17
target = "build",
18
deps = nothing,
0 commit comments