You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/08 11:04:58 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #11878: ARROW-8340: [Documentation] Remove the old Sphinx pin

kszucs commented on a change in pull request #11878:
URL: https://github.com/apache/arrow/pull/11878#discussion_r764764949



##########
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
 

Review comment:
       Need to add the copy statement so the image layer has the requirements file at build time:
   
   ```
   COPY docs/requirements.txt /arrow/docs/
   RUN pip install -r 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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org