Skip to content

Commit 0efc5e8

Browse files
humitosagjohnson
authored andcommitted
Use latest setuptools (<40) by default on build process (#3967)
Featured projects will get <41.
1 parent df25dbc commit 0efc5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/doc_builder/python_environments.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ def install_core_requirements(self):
223223
# incompatible release
224224
self.project.get_feature_value(
225225
Feature.USE_SETUPTOOLS_LATEST,
226-
positive='setuptools<40',
227-
negative='setuptools==37.0.0',
226+
positive='setuptools<41',
227+
negative='setuptools<40',
228228
),
229229
'docutils==0.13.1',
230230
'mock==1.0.1',

0 commit comments

Comments
 (0)