From fef927c6107a552ae3a0f8cb3d74961efc90a5e2 Mon Sep 17 00:00:00 2001 From: Connor McCarthy Date: Tue, 22 Nov 2022 19:15:42 -0500 Subject: [PATCH] docs(sdk): add released versions to version dropdown (#8479) --- docs/conf.py | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f00b5f3ed0c..159b6ff0ed3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -136,6 +136,11 @@ 'title': 'master', 'aliases': [], }, + { + 'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b6/', + 'title': 'v2.0.0b6', + 'aliases': [], + }, { 'version': 'https://kubeflow-pipelines.readthedocs.io/en/2.0.0b5/', 'title': 'v2.0.0b5', @@ -146,10 +151,25 @@ 'title': 'v2.0.0b4', 'aliases': [], }, + { + 'version': 'https://kubeflow-pipelines.readthedocs.io/en/1.8.16/', + 'title': 'v1.8.16', + 'aliases': ['stable'], + }, + { + 'version': 'https://kubeflow-pipelines.readthedocs.io/en/1.8.15/', + 'title': 'v1.8.15', + 'aliases': [], + }, + { + 'version': 'https://kubeflow-pipelines.readthedocs.io/en/1.8.14/', + 'title': 'v1.8.14', + 'aliases': [], + }, { 'version': 'https://kubeflow-pipelines.readthedocs.io/en/1.8.13/', 'title': 'v1.8.13', - 'aliases': ['stable'], + 'aliases': [], }, ], # "toc_title_is_page_title": True,