Skip to content

Commit e33db25

Browse files
committed
fix no docs of Parquet
1 parent 882ab27 commit e33db25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const PKGINFOS = [
129129
PkgInfo(pkgname="XLSX", username="felipenoris", branch="master"),
130130
PkgInfo(pkgname="Arrow", username="apache", repolink="https://github.com/apache/arrow-julia", docslink="https://arrow.apache.org/julia/"),
131131
# PkgInfo(pkgname="Parquet2", username="ExpandingMan"), # GitLab hosted!
132-
PkgInfo(pkgname="Parquet", username="JuliaIO", branch="master"),
132+
PkgInfo(pkgname="Parquet", username="JuliaIO", branch="master", docslink=nothing),
133133
PkgInfo(pkgname="MAT", username="JuliaIO", branch="master"),
134134
PkgInfo(pkgname="Taro", username="aviks", branch="master"),
135135
PkgInfo(pkgname="FileIO", username="JuliaIO", branch="master", docslink="https://juliaio.github.io/FileIO.jl/"),

0 commit comments

Comments
 (0)