From 24a1a2283ee5a1c7450f684fa777166be2ebfcf8 Mon Sep 17 00:00:00 2001 From: William Moses Date: Thu, 16 May 2024 01:26:32 -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 ab4837bad..8e5115091 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, Reactant.XLA, Reactant.MLIR, Reactant.MLIR.API, Reactant.MLIR.IR, Reactant.MLIR.Dialects.chlo, Reactant.MLIR.Dialects.vhlo, Reactant.MLIR.Dialects.stablehlo, Reactant.MLIR.Dialects.enzyme, Reactant.MLIR.Dialects.arith, Reactant.MLIR.Dialects.func, Reactant.MLIR.Dialects.affine, Reactant.MLIR.Dialects.builtin, Base, Core], + modules=[Reactant, Reactant.XLA, Reactant.MLIR, Reactant.MLIR.API, Reactant.MLIR.IR, Reactant.MLIR.Dialects.chlo, Reactant.MLIR.Dialects.vhlo, Reactant.MLIR.Dialects.stablehlo, Reactant.MLIR.Dialects.enzyme, Reactant.MLIR.Dialects.arith, Reactant.MLIR.Dialects.func, Reactant.MLIR.Dialects.affine, Reactant.MLIR.Dialects.builtin], authors="William Moses , Valentin Churavy ", repo="https://github.com/EnzymeAD/Reactant.jl/blob/{commit}{path}#{line}", sitename="Reactant.jl",