Skip to content

Commit 29dc922

Browse files
committed
Try to fix documentation for extension (why is this so complicated...)
1 parent 0e8d256 commit 29dc922

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[deps]
22
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Documenter
22
using AbstractPPL
3-
using Distributions
3+
# trigger DistributionsExt loading
4+
using Distributions, LinearAlgebra
45

56
# Doctest setup
67
DocMeta.setdocmeta!(AbstractPPL, :DocTestSetup, :(using AbstractPPL); recursive=true)

0 commit comments

Comments
 (0)