diff --git a/build_docs.py b/build_docs.py index 8f49c3a..571fd9d 100755 --- a/build_docs.py +++ b/build_docs.py @@ -835,7 +835,7 @@ def build_venv(self): venv_path = self.build_root / ("venv-" + self.version.name) run([sys.executable, "-m", "venv", venv_path]) run( - [venv_path / "bin" / "python", "-m", "pip", "install"] + [venv_path / "bin" / "python", "-m", "pip", "install", "--upgrade"] + [self.theme] + self.version.requirements, cwd=self.checkout / "Doc",