[ 
https://issues.apache.org/jira/browse/FLINK-5344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15752377#comment-15752377
 ] 

ASF GitHub Bot commented on FLINK-5344:
---------------------------------------

Github user alpinegizmo commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3013#discussion_r92689908
  
    --- 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 --
    
    Yes, this fixes the -p argument.


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

Reply via email to