From ced1e656b97801718820324213640007a6715a99 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Fri, 20 Oct 2023 13:19:39 +0530 Subject: [PATCH] refactor: formatting --- docs/make.jl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index afd6757b..23c85085 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,13 +6,13 @@ cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true) include("pages.jl") makedocs(sitename = "SymbolicIndexingInterface.jl", - authors = "Chris Rackauckas", - modules = [SymbolicIndexingInterface], - clean = true, doctest = false, - format = Documenter.HTML(analytics = "UA-90474609-3", - assets = ["assets/favicon.ico"], - canonical = "https://docs.sciml.ai/SymbolicIndexingInterface/stable/"), - pages = pages) + authors = "Chris Rackauckas", + modules = [SymbolicIndexingInterface], + clean = true, doctest = false, + format = Documenter.HTML(analytics = "UA-90474609-3", + assets = ["assets/favicon.ico"], + canonical = "https://docs.sciml.ai/SymbolicIndexingInterface/stable/"), + pages = pages) deploydocs(repo = "github.com/SciML/SymbolicIndexingInterface.jl.git"; - push_preview = true) + push_preview = true)