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 48829ad commit 4e6bfbeCopy full SHA for 4e6bfbe
docs/make.jl
@@ -7,15 +7,14 @@ DocMeta.setdocmeta!(
7
8
makedocs(;
9
modules=[NormalizingFlows],
10
+ repo="https://github.com/TuringLang/NormalizingFlows.jl/blob/{commit}{path}#{line}",
11
sitename="NormalizingFlows.jl",
- format=Documenter.HTML(;
12
- repolink="https://github.com/TuringLang/NormalizingFlows.jl/blob/{commit}{path}#{line}",
13
- ),
+ format=Documenter.HTML(),
14
pages=[
15
"Home" => "index.md",
16
"API" => "api.md",
17
"Example" => "example.md",
18
"Customize your own flow layer" => "customized_layer.md",
19
],
20
checkdocs=:exports,
21
-)
+)
0 commit comments