diff options
| author | Tom Rini <[email protected]> | 2026-02-03 09:13:03 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-02-06 09:59:33 +0100 |
| commit | 4a7f6e5bc1c5284a6ffc39b20ea21a80b9f4a831 (patch) | |
| tree | cab347b2960db2a953a19cc5836058de78318ce8 | |
| parent | e94d0bd82761b7b41bc061368a11684f19130954 (diff) | |
doc: Remove pip from requirements.txt
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]>
Acked-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | doc/sphinx/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index e313e4f0946..c616c75fefc 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 |
