From 749419ad0c4df9a0452a2a8bd13b4310c8f1e8ec Mon Sep 17 00:00:00 2001
From: s-pace
Date: Tue, 23 Apr 2019 07:47:08 +0200
Subject: [PATCH 1/2] feat: add search to every documentation pages
---
docs/_templates/sidebarlogo.html | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html
index 47912ea4..d244c2b7 100644
--- a/docs/_templates/sidebarlogo.html
+++ b/docs/_templates/sidebarlogo.html
@@ -7,7 +7,27 @@
-
+
+
+
+
Requests is an elegant and simple HTTP library for Python, built for
From 74289f420c20f8ae8691722987e73dc147784c99 Mon Sep 17 00:00:00 2001
From: s-pace
Date: Tue, 23 Apr 2019 07:47:33 +0200
Subject: [PATCH 2/2] feat: add search to the main introduction page
---
docs/_templates/sidebarintro.html | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index f830c810..319954d1 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -8,6 +8,27 @@
+
+
+
+
Requests is an elegant and simple HTTP library for Python, built for