kszucs commented on a change in pull request #11878: URL: https://github.com/apache/arrow/pull/11878#discussion_r763995649
########## File path: ci/docker/linux-apt-docs.dockerfile ########## @@ -74,13 +74,7 @@ RUN wget -q -O - https://deb.nodesource.com/setup_${node}.x | bash - && \ rm -rf /var/lib/apt/lists/* && \ npm install -g yarn -RUN pip install \ - breathe \ - ipython \ - meson \ - pydata-sphinx-theme \ - sphinx-tabs \ - sphinx>=4.2 +RUN pip install -r /arrow/docs/requirements.txt Review comment: ```suggestion RUN pip install -r /arrow/docs/requirements.txt meson ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
