Skip to content

Commit 8c585e3

Browse files
committed
Fix Read the Docs build: pin setuptools<82 for pkg_resources
setuptools 82.0.0 removed pkg_resources; the doc build imports avocado.core which uses pkg_resources. Pin setuptools>=45.0.0,<82 in requirements-doc.txt so Sphinx has it available. Reference: Assisted-By: Cursor-Claude-4-Sonnet Signed-off-by: Harvey Lynden <hlynden@redhat.com>
1 parent cbea52d commit 8c585e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements-doc.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
sphinx-rtd-theme==2.0.0
2+
# Pin <82: setuptools 82+ removed pkg_resources (avocado still uses it at doc build time)
3+
setuptools>=45.0.0,<82

0 commit comments

Comments
 (0)