Eric-Lemmon opened a new pull request #31483: URL: https://github.com/apache/spark/pull/31483
### What changes were proposed in this pull request? Documentation for `SparkSession.conf.isModifiable` is missing from the Python API site, so I included the rst file for `pyspark.sql.conf.RuntimeConfig` and linked to it via a `:class:` reference in the `SparkSession.conf` docstring. ### Why are the changes needed? No docs were generated for `SparkSession.conf.isModifiable`. ### Does this PR introduce _any_ user-facing change? Yes. I added a `Returns` section of the `SparkSession.conf` docstring, so this will now show a link to the `pyspark.sql.conf.RuntimeConfig` page. This is a change compared to both the released Spark version and the unreleased master branch. ### How was this patch tested? Manually inspected generated api docs: ```bash cd $SPARK_HOME/docs SKIP_SCALADOC=1 SKIP_RDOC=1 SKIP_SQLDOC=1 jekyll serve ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
