HyukjinKwon commented on code in PR #36509:
URL: https://github.com/apache/spark/pull/36509#discussion_r870137929


##########
python/docs/source/conf.py:
##########
@@ -22,6 +22,10 @@
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 sys.path.insert(0, os.path.abspath('.'))
 
+# generate user_guide/pandas_on_spark/supported_pandas_api.rst
+from user_guide.pandas_on_spark.supported_status_rst_generator import 
SuppportedStatusRSTGenerator
+SuppportedStatusRSTGenerator().execute()

Review Comment:
   BTW, if we're going to generate this ways, maybe we should better remove 
https://github.com/apache/spark/blob/master/python/docs/source/user_guide/pandas_on_spark/supported_pandas_api.rst



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to