Skip to content

Commit edf51d2

Browse files
committed
Add comment
1 parent f266185 commit edf51d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/doc_builder/python_environments.py

+3
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ def setup_base(self):
298298
self.config.python_interpreter,
299299
'-mvirtualenv',
300300
site_packages,
301+
# This is removed because of the pip breakage,
302+
# it was sometimes installing pip 20.0 which broke everything
303+
# '--no-download',
301304
env_path,
302305
# Don't use virtualenv bin that doesn't exist yet
303306
bin_path=None,

0 commit comments

Comments
 (0)