Skip to content

Commit 8e31c5b

Browse files
authored
Remove transform doc temporarily
1 parent eda29d0 commit 8e31c5b

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
@@ -8,7 +8,7 @@ makedocs(
88
sitename = "Bijectors",
99
format = Documenter.HTML(),
1010
modules = [Bijectors],
11-
pages = ["Home" => "index.md", "Transforms" => "transforms.md", "Distributions.jl integration" => "distributions.md", "Examples" => "examples.md"],
11+
pages = ["Home" => "index.md", "Distributions.jl integration" => "distributions.md", "Examples" => "examples.md"],
1212
strict=false,
1313
checkdocs=:exports,
1414
)

0 commit comments

Comments
 (0)