Skip to content

Commit ffbda61

Browse files
authored
Fix ignore list formatting in make.jl
1 parent 03d6437 commit ffbda61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ makedocs(;
1414
"Distributions.jl integration" => "distributions.md",
1515
"Examples" => "examples.md",
1616
],
17-
ignore = [Bijectors.InverseFunctions.inverse, Bijectors.logabsdetjacinv],
17+
ignore = ["Bijectors.InverseFunctions.inverse", "Bijectors.logabsdetjacinv"],
1818
checkdocs=:exports,
1919
)

0 commit comments

Comments
 (0)