cloud-fan commented on code in PR #47214:
URL: https://github.com/apache/spark/pull/47214#discussion_r1666445167
##########
python/docs/source/conf.py:
##########
@@ -188,19 +188,19 @@
# a list of builtin themes.
html_theme = 'pydata_sphinx_theme'
-html_context = {
- # When releasing a new Spark version, please update the file
- # "site/static/versions.json" under the code repository "spark-website"
- # (item should be added in order), and also set the local environment
- # variable "RELEASE_VERSION".
- "switcher_json_url": "https://spark.apache.org/static/versions.json",
- "switcher_template_url":
"https://spark.apache.org/docs/{version}/api/python/index.html",
-}
-
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
+ "check_switcher": False,
+ "switcher": {
+ # When releasing a new Spark version, please update the file
+ # "site/static/versions.json" under the code repository "spark-website"
+ # (item should be added in order), and also set the local environment
+ # variable "RELEASE_VERSION".
Review Comment:
shall we include it in the release process doc?
--
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]