HyukjinKwon opened a new pull request #34195: URL: https://github.com/apache/spark/pull/34195
### What changes were proposed in this pull request? This PR fixes the warning below during PySpark documentation build: ``` checking consistency... /.../spark/python/docs/source/migration_guide/pyspark_3.2_to_3.3.rst: WARNING: document isn't included in any toctree done ``` SPARK-36618 added a new migration guide page but that's mistakenly not added to `spark/python/docs/source/migration_guideindex.rst` resulting in not being shown. ### Why are the changes needed? To show the migration guides to end users. ### Does this PR introduce _any_ user-facing change? It's not yet released but we should better backport to branch-3.2. It's a followup of the new page in PySpark documentation (branch-3.2). ### How was this patch tested? Manually built the docs -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
