Skip to content

Commit 63538a6

Browse files
committed
add logo and fix typo in deploydocs
1 parent 932708d commit 63538a6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Polynomials, Documenter
22

33
makedocs(modules = [Polynomials],
4-
clean = false,
54
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
65
sitename = "Polynomials.jl",
76
authors = "Jameson Nash, Keno Fischer, and other contributors",
@@ -10,4 +9,4 @@ makedocs(modules = [Polynomials],
109
],
1110
)
1211

13-
deploydocs("github.com/JuliaMath/Polynomials.jl.git")
12+
deploydocs(repo = "github.com/JuliaMath/Polynomials.jl.git")

docs/src/assets/logo.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)