amol- commented on a change in pull request #11822:
URL: https://github.com/apache/arrow/pull/11822#discussion_r760876821



##########
File path: docs/source/developers/documentation.rst
##########
@@ -94,7 +94,7 @@ 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``.

Review comment:
       Uhm, not sure I get what you mean. If you are talking about the final 
output location, once the `-v` option is provided it's correct as we are 
building the local `docs` directory as `/build/docs` where the actual output is 
written.
   




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


Reply via email to