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

    https://github.com/apache/spark/pull/11109#discussion_r52681587
  
    --- Diff: dev/lint-python ---
    @@ -96,6 +98,32 @@ fi
     
     rm "$PEP8_REPORT_PATH"
     
    +# Check that the documentation builds acceptably, skip check if sphinx is 
not installed.
    +if hash "$SPHINXBUILD" 2> /dev/null; then
    +  cd python/docs
    +  make clean
    +  export SPHINXOPTS=""
    +  make linkcheck &>> "$SPHINX_REPORT_PATH"  || lint_status=1
    --- End diff --
    
    I did that for append and I don't get that error in bash 4.3.11 but we can 
add remove it since we aren't going to do linkcheck we can just overwrite.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to