Skip to content

Commit 09e135f

Browse files
committed
Update documentation setup for Documenter 0.24
1 parent 8808c1e commit 09e135f

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
44

55
[compat]
6-
Documenter = "~0.20"
6+
Documenter = "~0.24"

docs/make.jl

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
using SpecialFunctions, Documenter
22

3-
makedocs(
4-
modules = [SpecialFunctions],
5-
sitename = "SpecialFunctions.jl",
6-
authors = "Jeff Bezanson, Stefan Karpinski, Viral B. Shah, et al.",
7-
pages = [
8-
"Home" => "index.md",
9-
"Overview" => "functions_overview.md",
10-
"List" => "functions_list.md",
11-
],
12-
)
3+
makedocs(modules=[SpecialFunctions],
4+
sitename="SpecialFunctions.jl",
5+
authors="Jeff Bezanson, Stefan Karpinski, Viral B. Shah, et al.",
6+
pages=["Home" => "index.md",
7+
"Overview" => "functions_overview.md",
8+
"List" => "functions_list.md"])
139

14-
deploydocs(
15-
repo = "github.com/JuliaMath/SpecialFunctions.jl.git",
16-
target = "build",
17-
)
10+
deploydocs(repo="github.com/JuliaMath/SpecialFunctions.jl.git")

0 commit comments

Comments
 (0)