This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new ad45ed5  ARROW-10230: [JS][Doc] JavaScript documentation fails to build
ad45ed5 is described below

commit ad45ed5998013b4c6a82dc7716590cc8f9e60a59
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Sat Oct 10 10:49:54 2020 +0200

    ARROW-10230: [JS][Doc] JavaScript documentation fails to build
    
    Closes #8395 from kszucs/ARROW-10230
    
    Authored-by: Krisztián Szűcs <[email protected]>
    Signed-off-by: Krisztián Szűcs <[email protected]>
---
 ci/docker/linux-apt-docs.dockerfile | 2 ++
 js/typedoc.js                       | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci/docker/linux-apt-docs.dockerfile 
b/ci/docker/linux-apt-docs.dockerfile
index b776b66..ec474f9 100644
--- a/ci/docker/linux-apt-docs.dockerfile
+++ b/ci/docker/linux-apt-docs.dockerfile
@@ -39,8 +39,10 @@ RUN apt-get update -y && \
         gtk-doc-tools \
         libcurl4-openssl-dev \
         libfontconfig1-dev \
+        libfribidi-dev \
         libgirepository1.0-dev \
         libglib2.0-doc \
+        libharfbuzz-dev \
         libtool \
         libxml2-dev \
         ninja-build \
diff --git a/js/typedoc.js b/js/typedoc.js
index 641888b..b8c6e31 100644
--- a/js/typedoc.js
+++ b/js/typedoc.js
@@ -16,7 +16,7 @@
 // under the License.
 
 module.exports = {
-    src: 'src',
+    inputFiles: 'src',
     out: 'doc',
     mode: 'file',
     name: 'Apache Arrow',
@@ -27,7 +27,6 @@ module.exports = {
     excludeProtected: true,
     excludeExternals: true,
     excludeNotExported: true,
-    includeDefinitions: true,
     ignoreCompilerErrors: true,
     exclude: [
         'src/fb/*.ts',

Reply via email to