Skip to content

Commit

Permalink
Update version of setuptools
Browse files Browse the repository at this point in the history
the 40.x releases has a lot of bugfixes and compatibility changes
to support the latest version of pip, which we install by default now.

Closes #5436
  • Loading branch information
stsewd committed Mar 13, 2019
1 parent d0db3e7 commit ec1d08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/doc_builder/python_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def install_core_requirements(self):
self.project.get_feature_value(
Feature.USE_SETUPTOOLS_LATEST,
positive='setuptools<41',
negative='setuptools<40',
negative='setuptools<41',
),
'docutils==0.13.1',
'mock==1.0.1',
Expand Down

0 comments on commit ec1d08b

Please sign in to comment.