Skip to content

Commit 1d05fa4

Browse files
committed
Fix docs build.
1 parent 2346c1f commit 1d05fa4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
44
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
55

66
[compat]
7-
Documenter = "0.27"
7+
Documenter = "1.14"
88
Functors = "0.3"
9-
StableRNGs = "1"
9+
StableRNGs = "1"

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ makedocs(;
1414
"Distributions.jl integration" => "distributions.md",
1515
"Examples" => "examples.md",
1616
],
17-
strict=false,
1817
checkdocs=:exports,
1918
)

src/Bijectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ julia> d = LogNormal() # support is (0, Inf)
136136
LogNormal{Float64}(μ=0.0, σ=1.0)
137137
138138
julia> b = bijector(d) # log function transforms to unconstrained space
139-
(::Base.Fix1{typeof(broadcast), typeof(log)}) (generic function with 3 methods)
139+
(::Base.Fix1{typeof(broadcast), typeof(log)}) (generic function with 1 method)
140140
141141
julia> b(1.0)
142142
0.0

0 commit comments

Comments
 (0)