We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--upgrade-strategy=eager
1 parent 2135304 commit b25088dCopy full SHA for b25088d
1 file changed
build_docs.py
@@ -790,6 +790,7 @@ def build_venv(self):
790
run([sys.executable, "-m", "venv", venv_path])
791
run(
792
[venv_path / "bin" / "python", "-m", "pip", "install", "--upgrade"]
793
+ + ["--upgrade-strategy=eager"]
794
+ [self.theme]
795
+ self.version.requirements,
796
cwd=self.checkout / "Doc",
0 commit comments