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 da1589e commit 4d072dbCopy full SHA for 4d072db
1 file changed
build_docs.py
@@ -807,8 +807,7 @@ def build_venv(self) -> None:
807
The venv is recreated from scratch for every build: pip considers
808
a requirement satisfied when the installed version number matches,
809
even if the requirement is a direct URL now pointing at different
810
- code, so a reused venv can silently keep outdated packages
811
- (see python/cpython#153227).
+ code, so a reused venv can silently keep outdated packages.
812
"""
813
requirements = list(self.build_meta.dependencies)
814
if self.includes_html:
0 commit comments