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.
Doc/dist/
make
1 parent 96fd7b4 commit e3299aeCopy full SHA for e3299ae
build_docs.py
@@ -747,6 +747,10 @@ def build(self) -> None:
747
(self.checkout / "Doc" / "Makefile").write_text(text, encoding="utf-8")
748
749
self.setup_indexsidebar()
750
+ if self.build_meta.version_tuple < (3, 10):
751
+ # The Makefile is broken, and the fix,
752
+ # python/cpython#145571 didn't make it into 3.9 in time
753
+ (self.checkout / "Doc" / "dist").mkdir(exist_ok=True)
754
run_with_logging((
755
"make",
756
"-C",
0 commit comments