Skip to content

Commit b515b61

Browse files
authored
Merge pull request python#180 from AA-Turner/eager-updates
2 parents 73a3728 + b25088d commit b515b61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ def build_venv(self):
789789
run([sys.executable, "-m", "venv", venv_path])
790790
run(
791791
[venv_path / "bin" / "python", "-m", "pip", "install", "--upgrade"]
792+
+ ["--upgrade-strategy=eager"]
792793
+ [self.theme]
793794
+ self.version.requirements,
794795
cwd=self.checkout / "Doc",

0 commit comments

Comments
 (0)