[ https://issues.apache.org/jira/browse/FLINK-5344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15753760#comment-15753760 ]
ASF GitHub Bot commented on FLINK-5344: --------------------------------------- GitHub user alpinegizmo opened a pull request: https://github.com/apache/flink/pull/3016 [FLINK-5344] Fixed the dockerized doc build, which has been broken fo… I believe this resolves all of the open issues involving building the docs: The dockerized build needs different gem versions than those specified in Gemfile.lock. The -p option was broken by PR 2940. The build bot needs ruby 1.9 and was also broken by PR 2940. You can merge this pull request into a Git repository by running: $ git pull https://github.com/alpinegizmo/flink 5344-building-docs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3016.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3016 ---- commit a4dbec582e5da27b698ee31ca32cf8e974dbf34e Author: David Anderson <da...@alpinegizmo.com> Date: 2016-12-16T07:49:57Z [FLINK-5344] Fixed the dockerized doc build, which has been broken for a while. Fixed the -p option. Reverted the main Gemfile back to ruby 1.9 to make the build bot happy, and created a new Gemfile in ruby2/Gemfile to keep the incremental build option available. ---- > docs don't build in dockerized jekyll; -p option is broken > ---------------------------------------------------------- > > Key: FLINK-5344 > URL: https://issues.apache.org/jira/browse/FLINK-5344 > Project: Flink > Issue Type: Bug > Components: Documentation > Reporter: David Anderson > Assignee: David Anderson > Priority: Minor > > The recent Gemfile update doesn't work with the ruby in the provided > dockerized jekyll environment. > Also the changes to the build_docs script broke the -p option. -- This message was sent by Atlassian JIRA (v6.3.4#6332)