Skip to content

Commit

Permalink
Apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Nov 14, 2024
1 parent 876ee74 commit 86a246d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,19 @@ DocMeta.setdocmeta!(HDF5, :DocTestSetup, :(using HDF5); recursive=true)

makedocs(;
sitename="HDF5.jl",
modules=[HDF5, H5Zblosc, H5Zbzip2, H5Zlz4, H5Zzstd, H5Zbitshuffle,
bitshuffle_jll_ext, BloscExt, CodecBzip2Ext, CodecLz4Ext, CodecZstdExt],
modules=[
HDF5,
H5Zblosc,
H5Zbzip2,
H5Zlz4,
H5Zzstd,
H5Zbitshuffle,
bitshuffle_jll_ext,
BloscExt,
CodecBzip2Ext,
CodecLz4Ext,
CodecZstdExt
],
authors="Mustafa Mohamad <[email protected]> and contributors",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
Expand Down

0 comments on commit 86a246d

Please sign in to comment.