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.
2 parents 73a3728 + b25088d commit b515b61Copy full SHA for b515b61
1 file changed
build_docs.py
@@ -789,6 +789,7 @@ def build_venv(self):
789
run([sys.executable, "-m", "venv", venv_path])
790
run(
791
[venv_path / "bin" / "python", "-m", "pip", "install", "--upgrade"]
792
+ + ["--upgrade-strategy=eager"]
793
+ [self.theme]
794
+ self.version.requirements,
795
cwd=self.checkout / "Doc",
0 commit comments