This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-website.git
The following commit(s) were added to refs/heads/master by this push:
new e7430dd Revert "Workaround for 1.7.1 build failure by urllib3
removing support [email protected] (#128)"
e7430dd is described below
commit e7430dd501da7498f52c1452608d7f54b8e585d7
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Feb 26 16:34:25 2024 +0800
Revert "Workaround for 1.7.1 build failure by urllib3 removing support
[email protected] (#128)"
This reverts commit 64fbfc454576d14db704fc7dcf13eed899da0555.
---
layouts/index.html | 12 +-----------
layouts/partials/navbar.html | 12 +-----------
2 files changed, 2 insertions(+), 22 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index bfe880e..836d346 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -27,17 +27,7 @@
</p>
<div class="bannerBtnContainer">
{{ range $release := first 1 .Site.Params.releases }}
- <!--
- TODO: Remove this workaround when
- - the build of readthedocs supports OpenSSL 1.1.1+
- - 1.7.2 comes out
- More info: https://github.com/urllib3/urllib3/issues/2168
- -->
- {{ $fixed_release := $release }}
- {{ if eq $release "v1.7.1" }}
- {{ $fixed_release = "v1.7.1-rc0" }}
- {{ end }}
- <a class="bannerBtn" href="https://kyuubi.readthedocs.io/en/{{
$fixed_release }}/quick_start">{{ i18n "getting-started" }} »</a>
+ <a class="bannerBtn" href="https://kyuubi.readthedocs.io/en/{{
$release }}/quick_start">{{ i18n "getting-started" }} »</a>
{{ end }}
<a class="bannerBtn" href="https://github.com/apache/kyuubi">GitHub
»</a>
</div>
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index dde1144..c938f51 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -35,17 +35,7 @@
{{if or (eq .Identifier "docs") }}
{{range $idx, $release := $currentPage.Site.Params.releases }}
<li>
- <!--
- TODO: Remove this workaround when
- - the build of readthedocs supports OpenSSL 1.1.1+
- - 1.7.2 comes out
- More info: https://github.com/urllib3/urllib3/issues/2168
- -->
- {{ $fixed_release := $release }}
- {{ if eq $release "v1.7.1" }}
- {{ $fixed_release = "v1.7.1-rc0" }}
- {{ end }}
- <a class="childNavLink" href="https://kyuubi.readthedocs.io/en/{{
$fixed_release }}/">
+ <a class="childNavLink" href="https://kyuubi.readthedocs.io/en/{{
$release }}/">
{{ trim $release "v"}}
{{ if (eq $idx 0) }}
(latest)