From 109fdaca65837ccc758a4d63dde59e0c2bdaf3c5 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 29 Oct 2024 09:13:43 -0100 Subject: [PATCH] Update make.jl --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 04b614b937..de3a9faf26 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -25,7 +25,8 @@ makedocs(sitename = "Overview of Julia's SciML", "https://epubs.siam.org/doi/10.1137/0903023", "https://bkamins.github.io/julialang/2020/12/24/minilanguage.html", "https://arxiv.org/abs/2109.06786", - "https://arxiv.org/abs/2001.04385"], + "https://arxiv.org/abs/2001.04385", + "https://code.visualstudio.com/"], format = Documenter.HTML(assets = ["assets/favicon.ico"], canonical = "https://docs.sciml.ai/stable/", mathengine = mathengine),