[
https://issues.apache.org/jira/browse/ARROW-14937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451698#comment-17451698
]
Alessandro Molina commented on ARROW-14937:
-------------------------------------------
Nope, currently the docs get built into the container. In the
{{post-09-docs.sh}} script we do mount the directory explicitly (
[https://github.com/apache/arrow/blob/master/dev/release/post-09-docs.sh#L47] )
> [Doc] The docs about building docs doesn't mention mounting the target
> directory
> --------------------------------------------------------------------------------
>
> Key: ARROW-14937
> URL: https://issues.apache.org/jira/browse/ARROW-14937
> Project: Apache Arrow
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 6.0.1
> Reporter: Alessandro Molina
> Assignee: Alessandro Molina
> Priority: Major
>
> When building with docker (
> [https://arrow.apache.org/docs/developers/documentation.html#building-with-docker]
> ) the output goes into the {{/build}} directory of the container. The
> documentation states that the output will be available in
> {{docs/_build/html}} but for that to be true you need to mount that local
> directory as {{/build}} to get the output available to your own system, or it
> will remain in the container and thus won't be accessible.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)