We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300a3b7 commit 7d88037Copy full SHA for 7d88037
1 file changed
docs/make.jl
@@ -3,7 +3,7 @@ using Documenter, VarianceComponentModels
3
ENV["DOCUMENTER_DEBUG"] = "true"
4
5
makedocs(
6
- format = :html,
+ format = Documenter.HTML(),
7
sitename = "VarianceComponentModels.jl",
8
modules = [VarianceComponentModels],
9
pages = Any[
@@ -19,7 +19,7 @@ makedocs(
19
deploydocs(
20
repo = "github.com/OpenMendel/VarianceComponentModels.jl.git",
21
target = "build",
22
- osname = "linux",
23
- julia = "1.0",
+# osname = "linux",
+# julia = "1.0",
24
deps = nothing,
25
make = nothing)
0 commit comments