Skip to content

Commit ac3a8d9

Browse files
committed
fix(docs): Add repo key word to allow local builds
When one has no `origin` remote and tries to build locally the build fails if this is not set.
1 parent 8bb4892 commit ac3a8d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/make.jl

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

33
makedocs(
44
modules = [AbstractFFTs],
5+
repo="JuliaMath/AbstractFFTs.jl",
56
sitename = "AbstractFFTs.jl",
67
pages = Any[
78
"Home" => "index.md",

0 commit comments

Comments
 (0)