Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored May 16, 2024
1 parent 476d068 commit a08ac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.IR.Dialects.chlo, Reactant.MLIR.IR.Dialects.mhlo, Reactant.MLIR.IR.Dialects.stablehlo, Reactant.MLIR.IR.Dialects.enzyme, Reactant.MLIR.IR.Dialects.arith, Reactant.MLIR.IR.Dialects.func, Base, Core],
modules=[Reactant, Reactant.XLA, Reactant.MLIR, Reactant.MLIR.API, Reactant.MLIR.IR, Reactant.MLIR.Dialects.chlo, Reactant.MLIR.Dialects.mhlo, Reactant.MLIR.Dialects.stablehlo, Reactant.MLIR.Dialects.enzyme, Reactant.MLIR.Dialects.arith, Reactant.MLIR.Dialects.func, Base, Core],
authors="William Moses <[email protected]>, Valentin Churavy <[email protected]>",
repo="https://github.com/EnzymeAD/Reactant.jl/blob/{commit}{path}#{line}",
sitename="Reactant.jl",
Expand Down

0 comments on commit a08ac40

Please sign in to comment.