diff --git a/ci/docker/linux-apt-docs.dockerfile b/ci/docker/linux-apt-docs.dockerfile index 870f57460d456..3d731f4d56563 100644 --- a/ci/docker/linux-apt-docs.dockerfile +++ b/ci/docker/linux-apt-docs.dockerfile @@ -81,7 +81,8 @@ RUN pip install \ breathe==4.29.0 \ ipython \ sphinx \ - pydata-sphinx-theme + pydata-sphinx-theme\ + sphinx-tabs COPY c_glib/Gemfile /arrow/c_glib/ RUN gem install --no-document bundler && \