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.
1 parent be699c4 commit f234deeCopy full SHA for f234dee
1 file changed
build_docs.py
@@ -789,6 +789,7 @@ def build_venv(self):
789
[venv_path / "bin" / "python", "-m", "pip", "install", "--upgrade"]
790
+ ["--upgrade-strategy=eager"]
791
+ [self.theme]
792
+ + ["matplotlib>=3"] if self.includes_html else [] # opengraph previews
793
+ self.version.requirements,
794
cwd=self.checkout / "Doc",
795
)
0 commit comments