Andy Grove created ARROW-4481:
---------------------------------
Summary: [Website] Instructions for publishing web site are
missing a step
Key: ARROW-4481
URL: https://issues.apache.org/jira/browse/ARROW-4481
Project: Apache Arrow
Issue Type: Improvement
Components: Website
Reporter: Andy Grove
Fix For: 0.13.0
The instructions for publishing the web site say to run the
"scripts/sync_format_docs.sh" which copies the top level "format" directory to
the "_docs" directory under site.
Existing files in "_docs" have references to markdown files in the
"_docs/format" directory. For example, the IPC.md contains:
{code:java}
{% include_relative format/IPC.md %}{code}
However my top level format directory does not contain this IPC.md, so I get
errors when running jekyll and I have had to create some dummy markdown files
as a workaround.
I investigated this a bit and I think there is some prerequisite step that
isn't documented that would cause Sphinx to run and generate docs?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)