Skip to content

Commit 60963ca

Browse files
committed
documentation fixes
1 parent 7854d5c commit 60963ca

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[deps]
2+
ConcurrentSim = "6ed1e86c-fcaf-46a9-97e0-2b26a2cdb499"
3+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
24
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
35
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
6+
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"

docs/make.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ using Documenter
22
using ResumableFunctions
33
using ConcurrentSim
44

5+
DocMeta.setdocmeta!(ConcurrentSim, :DocTestSetup, :(using ConcurrentSim, ResumableFunctions); recursive=true)
6+
57
makedocs(
68
sitename = "ConcurrentSim",
79
authors = "Ben Lauwens and SimJulia & ConcurrentSim contributors",
10+
strict = true,
11+
doctest = false,
812
pages = [
913
"Home" => "index.md",
1014
"Tutorial" => "tutorial.md",

0 commit comments

Comments
 (0)