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/02 20:56:13 UTC

[GitHub] [arrow] kou commented on a change in pull request #11822: ARROW-14937: [Doc] Make sure the docs directory is mounted as a volume

kou commented on a change in pull request #11822:
URL: https://github.com/apache/arrow/pull/11822#discussion_r761458643



##########
File path: docs/source/developers/documentation.rst
##########
@@ -94,9 +94,9 @@ Docker container.
 
 .. code-block:: shell
 
-  archery docker run ubuntu-docs
+  archery docker run -v "$(PWD)/docs:/build/docs" ubuntu-docs
 
-The final output is located under ``docs/_build/html``.
+The final output is located under the ``$(PWD)/docs`` directory.

Review comment:
       ```suggestion
   The final output is located under the ``${PWD}/docs`` directory.
   ```

##########
File path: docs/source/developers/documentation.rst
##########
@@ -94,9 +94,9 @@ Docker container.
 
 .. code-block:: shell
 
-  archery docker run ubuntu-docs
+  archery docker run -v "$(PWD)/docs:/build/docs" ubuntu-docs

Review comment:
       ```suggestion
     archery docker run -v "${PWD}/docs:/build/docs" ubuntu-docs
   ```




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