Skip to content

Commit 7d88037

Browse files
committed
fix doc
1 parent 300a3b7 commit 7d88037

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Documenter, VarianceComponentModels
33
ENV["DOCUMENTER_DEBUG"] = "true"
44

55
makedocs(
6-
format = :html,
6+
format = Documenter.HTML(),
77
sitename = "VarianceComponentModels.jl",
88
modules = [VarianceComponentModels],
99
pages = Any[
@@ -19,7 +19,7 @@ makedocs(
1919
deploydocs(
2020
repo = "github.com/OpenMendel/VarianceComponentModels.jl.git",
2121
target = "build",
22-
osname = "linux",
23-
julia = "1.0",
22+
# osname = "linux",
23+
# julia = "1.0",
2424
deps = nothing,
2525
make = nothing)

0 commit comments

Comments
 (0)