From 2e467aad9e81443a84875f05855d21df8f2c5c40 Mon Sep 17 00:00:00 2001 From: Justin Willmert Date: Wed, 9 Feb 2022 20:04:09 -0600 Subject: [PATCH] Include missed docs settings during rebase --- docs/make.jl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 80957da..7e836a3 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,12 +11,8 @@ DocMeta.setdocmeta!(CMB, :DocTestSetup, :(using CMB); recursive=true) makedocs( format = Documenter.HTML( - mathengine = Documenter.MathJax3( - # If and/or when Documenter is updated to do use MathJax ≥v3.2.0, - # this line can be deleted. (See Documenter.jl#174) - url = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-svg.js" - ), - assets = ["assets/custom.css"], + mathengine = Documenter.MathJax3(), + assets = ["assets/custom.css"], ), sitename = "CMB Analysis", authors = "Justin Willmert",