From 50acc9d39bd0990761e4e8bc0eabef5e8ff1b53d Mon Sep 17 00:00:00 2001 From: Ville Ojamo Date: Tue, 3 Feb 2026 13:28:12 +0700 Subject: [PATCH] doc: unpin pip in admin/doc-read-the-docs.txt 7dd00ca introduced a proper fix for pip 25.3/PEP517 compatibility by adding pyproject.toml files and the workaround in a65c46c is no longer necessary. RTD builds with pip 25.3 and later work with the proper fix. Remove the pinned pip in admin/doc-read-the-docs.txt and let RTD use the default PIP version. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- admin/doc-read-the-docs.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/doc-read-the-docs.txt b/admin/doc-read-the-docs.txt index 282d02168059..ed405c4e3bdd 100644 --- a/admin/doc-read-the-docs.txt +++ b/admin/doc-read-the-docs.txt @@ -1,3 +1,2 @@ plantweb readthedocs-sphinx-search@git+https://github.com/readthedocs/readthedocs-sphinx-search@main -pip < 25.3 -- 2.47.3