From 827602eefcf47c4f8306058e128310d63a1dc883 Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:18:54 +0000 Subject: [PATCH] Update make.jl --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index d257d3ec..bc644201 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,7 @@ using AdvancedHMC # cp(joinpath(@__DIR__, "../README.md"), joinpath(@__DIR__, "src/index.md")) -makedocs(sitename = "AdvancedHMC", format = Documenter.HTML()) +makedocs(sitename = "AdvancedHMC", format = Documenter.HTML(), warnonly = Documenter.except(:cross_references)) deploydocs( repo = "github.com/TuringLang/AdvancedHMC.jl.git",