diff --git a/docs/make.jl b/docs/make.jl index 31cf4e2..420ca93 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -26,7 +26,8 @@ end pages = [ "Home" => "index.md", "Tutorial" => [ - joinpath("tutorial", file) for file in sort(readdir(TUTORIAL_DIR_MD)) if endswith(file, ".md") + joinpath("tutorial", file) for + file in sort(readdir(TUTORIAL_DIR_MD)) if endswith(file, ".md") ], "API reference" => "api.md", ]