Skip to content
Snippets Groups Projects
  • Holden Karau's avatar
    64515e5f
    [SPARK-13154][PYTHON] Add linting for pydocs · 64515e5f
    Holden Karau authored
    We should have lint rules using sphinx to automatically catch the pydoc issues that are sometimes introduced.
    
    Right now ./dev/lint-python will skip building the docs if sphinx isn't present - but it might make sense to fail hard - just a matter of if we want to insist all PySpark developers have sphinx present.
    
    Author: Holden Karau <holden@us.ibm.com>
    
    Closes #11109 from holdenk/SPARK-13154-add-pydoc-lint-for-docs.
    64515e5f
    History
    [SPARK-13154][PYTHON] Add linting for pydocs
    Holden Karau authored
    We should have lint rules using sphinx to automatically catch the pydoc issues that are sometimes introduced.
    
    Right now ./dev/lint-python will skip building the docs if sphinx isn't present - but it might make sense to fail hard - just a matter of if we want to insist all PySpark developers have sphinx present.
    
    Author: Holden Karau <holden@us.ibm.com>
    
    Closes #11109 from holdenk/SPARK-13154-add-pydoc-lint-for-docs.