Skip to content

Commit

Permalink
[FLINK-30169][python][doc] Adds switcher.json file
Browse files Browse the repository at this point in the history
This closes apache#21380.
  • Loading branch information
HuangXingBo committed Jan 17, 2023
1 parent d053867 commit e6b5755
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions flink-python/docs/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"name": "dev",
"version": "master",
"url": "https://nightlies.apache.org/flink/flink-docs-master/api/python"
},
{
"name": "1.16 (stable)",
"version": "release-1.16",
"url": "https://nightlies.apache.org/flink/flink-docs-release-1.16/api/python/"
},
{
"name": "1.15",
"version": "release-1.15",
"url": "https://nightlies.apache.org/flink/flink-docs-release-1.15/api/python/"
}
]
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1572,6 +1572,7 @@ under the License.
<exclude>flink-python/lib/**</exclude>
<exclude>flink-python/dev/download/**</exclude>
<exclude>flink-python/docs/_build/**</exclude>
<exclude>flink-python/docs/_static/switcher.json</exclude>

<!-- AWS SDK config that does not support license headers -->
<exclude>**/awssdk/global/handlers/execution.interceptors</exclude>
Expand Down

0 comments on commit e6b5755

Please sign in to comment.