[
https://issues.apache.org/jira/browse/FLINK-5344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15751909#comment-15751909
]
ASF GitHub Bot commented on FLINK-5344:
---------------------------------------
Github user mxm commented on a diff in the pull request:
https://github.com/apache/flink/pull/3013#discussion_r92653981
--- Diff: docs/build_docs.sh ---
@@ -46,8 +46,8 @@ DOCS_DST=${DOCS_SRC}/content
JEKYLL_CMD="build"
# if -p flag is provided, serve site on localhost
-# -i is like -p, but incremental (which has some issues, but is very fast)
-while getopts ":p:i" opt; do
+# -i is like -p, but incremental (only rebuilds the modified file)
+while getopts "pi" opt; do
--- End diff --
Does this fix the `-p` argument? In the master, only the `-i` argument is
working.
> 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)