Our documentation does not require the pip package to build, so it
should not be listed in our requirements.txt file here.

Signed-off-by: Tom Rini <[email protected]>
---
Cc: Heinrich Schuchardt <[email protected]>

I noticed this because GitHub dependabot filed an issue on pip, but we
don't need it. We've diverged a lot from the kernel in terms of how we
handle docs (And this is fine), but I think our requirements.txt file
needs a closer look.
---
 doc/sphinx/requirements.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt
index e313e4f09468..c616c75fefc1 100644
--- a/doc/sphinx/requirements.txt
+++ b/doc/sphinx/requirements.txt
@@ -8,7 +8,6 @@ imagesize==1.4.1
 Jinja2==3.1.4
 MarkupSafe==3.0.2
 packaging==24.1
-pip==24.2
 Pygments==2.18.0
 requests==2.32.4
 six==1.16.0
-- 
2.43.0

Reply via email to