-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix version dropdown issue in version 3.5.1 of pyspark document #507
Conversation
If need to remove this feature from the already released |
versions.json
file for the already released spark version
Let me check the reason for the |
Done. The issue of |
Merged to asf-site. |
At present, it has been restored to its |
@panbingkun The version showing as master is confusing. when the version has constructed and which information it will refer to? I built the doc with v3.5.1 tag and the version is shown as master. Could you please give a try with tagging 3.5.2 from branch-3.5 in your fork repository and build the doc to confirm it won't show up as |
Sure, let me check it! Additional remarks: When build the |
@HeartSaVioR |
view-source:https://spark.apache.org/docs/3.5.1/api/python/index.html Not related to this PR, in addition, I found a |
@panbingkun |
Also, will the json file be updated automatically, or is release manager expected to manually add the entry? If it's latter, we'll need to update the release process page in Spark website. |
Sure, let me do it. |
Currently, it needs to be manually updated. Let me update the release process page in Spark website, and then I will think of a way to automate it. 😄 |
The pr aims to fix `title` for spark `3.5.1` PySpark doc. As discussed by another PR: #507 (comment) Author: panbingkun <[email protected]> Closes #514 from panbingkun/update_3.5.1_master.
The pr aims to fix
version dropdown issue
in version3.5.1
ofpyspark document
, includes:master
->3.5.1
_static/versions.json
->https://spark.apache.org/static/versions.json
versions.json
fromdocs/3.5.1/api/python/_static/versions.json
tostatic/versions.json
.site/static
to the entrykeep_files
in the configuration file_config.yml
to prevent build failures.