From c700280ed4694d26a02558d1fdad7aec5a0521dc Mon Sep 17 00:00:00 2001 From: Alexander-Barth Date: Tue, 10 Oct 2023 11:32:50 +0200 Subject: [PATCH] update for Documenter 1.1 --- docs/make.jl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 6b2fd31..d751e28 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -2,9 +2,10 @@ using Documenter using PhysOcean makedocs( - modules = [PhysOcean], - sitename = "PhysOcean", - pages = ["index.md"] + modules = [PhysOcean], + sitename = "PhysOcean", + pages = ["index.md"], + checkdocs = :none, ) # Documenter can also automatically deploy documentation to gh-pages.