We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8d256 commit 29dc922Copy full SHA for 29dc922
docs/Project.toml
@@ -1,3 +1,4 @@
1
[deps]
2
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
3
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
docs/make.jl
@@ -1,6 +1,7 @@
using Documenter
using AbstractPPL
-using Distributions
+# trigger DistributionsExt loading
+using Distributions, LinearAlgebra
5
6
# Doctest setup
7
DocMeta.setdocmeta!(AbstractPPL, :DocTestSetup, :(using AbstractPPL); recursive=true)
0 commit comments