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)