Skip to content

Commit 78ef988

Browse files
committed
Add more params to makedocs
1 parent 362168b commit 78ef988

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/make.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using CoordinateTransformations
22
using Documenter
3+
using Documenter.Remotes: GitHub
34

45
DocMeta.setdocmeta!(
56
CoordinateTransformations,
@@ -10,6 +11,8 @@ DocMeta.setdocmeta!(
1011

1112
makedocs(
1213
sitename = "CoordinateTransformations.jl",
14+
modules = [CoordinateTransformations],
15+
repo = GitHub("JuliaGeometry/CoordinateTransformations.jl"),
1316
pages = [
1417
"Introduction" => "index.md",
1518
"API" => "api.md",

0 commit comments

Comments
 (0)