From 3a66e52df8d9e370f58aee6c6612cd0ca1c6f2ed Mon Sep 17 00:00:00 2001 From: singularitti <25192197+singularitti@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:10:13 +0000 Subject: [PATCH] Format .jl files --- docs/make.jl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 4bc7d2e..a089e0f 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -16,9 +16,7 @@ makedocs(; ), pages=[ "Home" => "index.md", - "Manual" => [ - "Installation guide" => "installation.md", - ], + "Manual" => ["Installation guide" => "installation.md"], "Public API" => "public.md", "Developer Docs" => [ "Contributing" => "developers/contributing.md", @@ -29,7 +27,4 @@ makedocs(; ], ) -deploydocs(; - repo="github.com/MineralsCloud/EasyJobs.jl", - devbranch="main", -) +deploydocs(; repo="github.com/MineralsCloud/EasyJobs.jl", devbranch="main")