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

    https://github.com/apache/spark/pull/19726#discussion_r150408278
  
    --- Diff: python/docs/pyspark.sql.rst ---
    @@ -7,6 +7,7 @@ Module Context
     .. automodule:: pyspark.sql
         :members:
         :undoc-members:
    +    :exclude-members: builder
    --- End diff --
    
    I believe this is a bug in Sphinx. I think it should automatically detect 
the attribute docstring. I recently took a look before:
    
    - `https://github.com/sphinx-doc/sphinx/pull/2299`
    - `https://github.com/sphinx-doc/sphinx/issues/2298`
    
    I haven't tested the fix by myself but I believe this will be fixed in 
Sphinx 1.6.6.


---

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

Reply via email to