From bbae59471a882782496db710b1531382de74ecfa Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Thu, 12 Dec 2024 22:45:11 +0530
Subject: [PATCH 01/11] Update contact.html
Join our community is nondescript of containing a discord link.
fixed it to reflect that.
---
_templates/contact.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_templates/contact.html b/_templates/contact.html
index db33f73345..8253b4cdd3 100644
--- a/_templates/contact.html
+++ b/_templates/contact.html
@@ -1,6 +1,6 @@
- - Join the community
+ - Join our Discord
- Follow us on Twitter
- Source Code
- Contact (no support!)
From 34843aef409557c803e1eb7a9bb06673d33cc142 Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Thu, 12 Dec 2024 22:49:39 +0530
Subject: [PATCH 02/11] Update conf.py to include version.html
---
conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf.py b/conf.py
index 25e5012608..0f5fe48de9 100644
--- a/conf.py
+++ b/conf.py
@@ -164,6 +164,7 @@
html_sidebars = {
"**": [
# 'about.html',
+ "version.html",
"searchbox.html",
"localtoc.html",
"contact.html",
From 03faa4c1f005f3499d8e4ec485de58318d3db010 Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Thu, 12 Dec 2024 23:10:36 +0530
Subject: [PATCH 03/11] Update custom.css
include release-date formatting for version text
---
_static/custom.css | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/_static/custom.css b/_static/custom.css
index e1549c84c6..092c1db7a4 100644
--- a/_static/custom.css
+++ b/_static/custom.css
@@ -286,6 +286,17 @@ div.body p, div.body dd, div.body li, div.body blockquote {
line-height: 20px;
}
+.release-date {
+ font-size: 10px;
+ padding: 0 4px 0 4px;
+ background: #e8edf0;
+ height: fit-content;
+ color: #007fa8;
+ font-weight: 500;
+ border-radius: 4px;
+ letter-spacing: .025rem;
+}
+
/* New branding changes */
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6, div.sphinxsidebar h3, div.sphinxsidebar h4, div.admonition p.admonition-title {
From 5dcd388d57cf27f025c42c62ef68cec7060f8a57 Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Thu, 12 Dec 2024 23:11:04 +0530
Subject: [PATCH 04/11] Create version.html
---
_templates/version.html | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 _templates/version.html
diff --git a/_templates/version.html b/_templates/version.html
new file mode 100644
index 0000000000..9a8997cf30
--- /dev/null
+++ b/_templates/version.html
@@ -0,0 +1,3 @@
+
+ 2024.11.3
+
From 248a5949f13cfe753a477318334c3cf231826416 Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Thu, 12 Dec 2024 23:20:51 +0530
Subject: [PATCH 05/11] Update version.html
switched from p to div
---
_templates/version.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/_templates/version.html b/_templates/version.html
index 9a8997cf30..15afea505d 100644
--- a/_templates/version.html
+++ b/_templates/version.html
@@ -1,3 +1,4 @@
-
- 2024.11.3
-
+
From 016854aad393ec0ecf19ae7d1d5d7cd6726bc4dd Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Thu, 12 Dec 2024 23:30:28 +0530
Subject: [PATCH 06/11] Update custom.css
added dark mode css for release-date class
---
_static/custom.css | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/_static/custom.css b/_static/custom.css
index 092c1db7a4..3c59b5bb87 100644
--- a/_static/custom.css
+++ b/_static/custom.css
@@ -287,14 +287,12 @@ div.body p, div.body dd, div.body li, div.body blockquote {
}
.release-date {
- font-size: 10px;
- padding: 0 4px 0 4px;
+ font-size: 12px;
+ padding: 0 5px 0 5px;
background: #e8edf0;
height: fit-content;
color: #007fa8;
- font-weight: 500;
- border-radius: 4px;
- letter-spacing: .025rem;
+ border-radius: 5px;
}
/* New branding changes */
@@ -475,6 +473,15 @@ img.logo {
.pagefind-ui__form, .pagefind-modular-input, .search-results {
color: #ececec !important;
}
+
+ .release-date {
+ font-size: 12px;
+ padding: 0 5px 0 5px;
+ background: #393939;
+ height: fit-content;
+ color: #3fc3ff;
+ border-radius: 4px;
+ }
:root {
--pagefind-ui-primary: #eeeeee;
From c5b0db6d490f1a5bb074399137377989b716616c Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Thu, 12 Dec 2024 23:59:50 +0530
Subject: [PATCH 07/11] Update custom.css
removed common properties from dark mode css
---
_static/custom.css | 4 ----
1 file changed, 4 deletions(-)
diff --git a/_static/custom.css b/_static/custom.css
index 3c59b5bb87..2cdc0213ca 100644
--- a/_static/custom.css
+++ b/_static/custom.css
@@ -475,12 +475,8 @@ img.logo {
}
.release-date {
- font-size: 12px;
- padding: 0 5px 0 5px;
background: #393939;
- height: fit-content;
color: #3fc3ff;
- border-radius: 4px;
}
:root {
From 7adea6ba22c3c3b46762b65ac19967ac467e2050 Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Fri, 13 Dec 2024 00:09:33 +0530
Subject: [PATCH 08/11] Update version.html
---
_templates/version.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_templates/version.html b/_templates/version.html
index 15afea505d..241ddd9844 100644
--- a/_templates/version.html
+++ b/_templates/version.html
@@ -1,4 +1,4 @@
-
+
From 6325106de2051f90890d16bd625510ba310a018e Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Fri, 13 Dec 2024 14:04:35 +0530
Subject: [PATCH 09/11] Update custom.css
added !important to sort priority with div.sphinxsidebar
---
_static/custom.css | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/_static/custom.css b/_static/custom.css
index 2cdc0213ca..5ccce6ef5e 100644
--- a/_static/custom.css
+++ b/_static/custom.css
@@ -290,8 +290,7 @@ div.body p, div.body dd, div.body li, div.body blockquote {
font-size: 12px;
padding: 0 5px 0 5px;
background: #e8edf0;
- height: fit-content;
- color: #007fa8;
+ color: #007fa8 !important;
border-radius: 5px;
}
@@ -476,7 +475,7 @@ img.logo {
.release-date {
background: #393939;
- color: #3fc3ff;
+ color: #3fc3ff !important;
}
:root {
From 27b4662af771e007124fa814768c7ec4d7bf62cd Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Fri, 13 Dec 2024 14:05:04 +0530
Subject: [PATCH 10/11] Update version.html
---
_templates/version.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_templates/version.html b/_templates/version.html
index 241ddd9844..15afea505d 100644
--- a/_templates/version.html
+++ b/_templates/version.html
@@ -1,4 +1,4 @@
-
+
From c59b8df9a3d533ed64da099dd2030a6c7873b458 Mon Sep 17 00:00:00 2001
From: Shivam Maurya <54358380+shvmm@users.noreply.github.com>
Date: Wed, 18 Dec 2024 14:03:57 +0530
Subject: [PATCH 11/11] Update version.html
---
_templates/version.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_templates/version.html b/_templates/version.html
index 15afea505d..fe4b3efdc2 100644
--- a/_templates/version.html
+++ b/_templates/version.html
@@ -1,4 +1,4 @@