Skip to content

Commit 9170d0e

Browse files
format
1 parent 5ff8670 commit 9170d0e

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

docs/make.jl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ using Documenter, CommonSolve
33
include("pages.jl")
44

55
makedocs(
6-
sitename="CommonSolve.jl",
7-
authors="Chris Rackauckas",
8-
modules=[CommonSolve],
9-
clean=true,doctest=false,
10-
format = Documenter.HTML(analytics = "UA-90474609-3",
11-
assets = ["assets/favicon.ico"],
12-
canonical="https://commonsolve.sciml.ai/stable/"),
13-
pages=pages
6+
sitename = "CommonSolve.jl",
7+
authors = "Chris Rackauckas",
8+
modules = [CommonSolve],
9+
clean = true,
10+
doctest = false,
11+
format = Documenter.HTML(
12+
analytics = "UA-90474609-3",
13+
assets = ["assets/favicon.ico"],
14+
canonical = "https://commonsolve.sciml.ai/stable/",
15+
),
16+
pages = pages,
1417
)
1518

16-
deploydocs(
17-
repo = "github.com/SciML/CommonSolve.jl.git";
18-
push_preview = true
19-
)
19+
deploydocs(repo = "github.com/SciML/CommonSolve.jl.git"; push_preview = true)

docs/pages.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
pages = [
2-
"The Common Solve Interface" => "index.md",
3-
]
1+
pages = ["The Common Solve Interface" => "index.md"]

0 commit comments

Comments
 (0)