From 50e3aec6848994342e8843e71d49a19bf1069d07 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sat, 22 Jun 2024 13:08:15 -0700 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 dd9b7d827..718063015 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -77,7 +77,7 @@ deploy_config = Documenter.auto_detect_deploy_system() deploy_decision = Documenter.deploy_folder(deploy_config; repo="github.com/LuxDL/Lux.jl", devbranch="main", devurl="dev", push_preview=true) -makedocs(; sitename="Lux.jl Documentation", +makedocs(; sitename="Lux.jl Docs", authors="Avik Pal et al.", clean=true, doctest=false, # We test it in the CI, no need to run it here