From 9817de648bb2c311b33081943abc202c895241a1 Mon Sep 17 00:00:00 2001 From: William Moses Date: Thu, 16 May 2024 00:31:41 -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 72271cdfb..b263c7854 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -22,7 +22,7 @@ end examples = [title => joinpath("generated", string(name, ".md")) for (title, name) in examples] makedocs(; - modules=[Reactant], + # modules=[Reactant], authors="William Moses , Valentin Churavy ", repo="https://github.com/EnzymeAD/Reactant.jl/blob/{commit}{path}#{line}", sitename="Reactant.jl",