Skip to content

Commit e16c3bc

Browse files
fix version numbers for documentation
1 parent d66379c commit e16c3bc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
1010
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1111

1212
[compat]
13+
CairoMakie = "0.10"
14+
Dates = "1"
15+
Documenter = "1"
16+
Downloads = "1"
17+
IntervalSets = "0.7"
18+
Literate = "2"
1319
NCDatasets = "0.14"
20+
Statistics = "1"

docs/make.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
using Pkg
2+
Pkg.activate(@__DIR__)
3+
14
using Documenter: Documenter, makedocs, deploydocs
25
using CommonDataModel
36
using Literate
@@ -6,7 +9,7 @@ Literate.markdown(
69
"docs/src/tutorial1.jl","docs/src",
710
execute = true,
811
documenter = true,
9-
# We add the credit to Literate.jl the footer
12+
# We add the credit to Literate.jl in the footer
1013
credit = false,
1114
)
1215

@@ -32,6 +35,6 @@ makedocs(;
3235
],
3336
)
3437

35-
deploydocs(;
38+
deploydocs(
3639
repo="github.com/JuliaGeo/CommonDataModel.jl",
3740
)

0 commit comments

Comments
 (0)