Skip to content

[3.11] Add mkdirs to fix 3.11 docs build#145571

Merged
hugovk merged 1 commit intopython:3.11from
hugovk:3.11-fix-docs
Mar 5, 2026
Merged

[3.11] Add mkdirs to fix 3.11 docs build#145571
hugovk merged 1 commit intopython:3.11from
hugovk:3.11-fix-docs

Conversation

@hugovk
Copy link
Member

@hugovk hugovk commented Mar 5, 2026

The 3.11 docs build is failing on the docsbuild server:

2026-03-05 20:41:52,084 DEBUG en/3.11: >>>> cp -pPR build/html dist/python-3.11.15-docs-html
2026-03-05 20:41:52,087 DEBUG en/3.11: >>>> cp: cannot create directory 'dist/python-3.11.15-docs-html': No such file or directory

It looks like 3.12+ are okay because of this refactor that didn't go into 3.10/11:

#124383

Pablo fixed 3.10 during the last release in 27c6454

So let's add those mkdir to 3.11 as well.


📚 Documentation preview 📚: https://cpython-previews--145571.org.readthedocs.build/

@hugovk hugovk added skip issue skip news docs Documentation in the Doc dir labels Mar 5, 2026
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Mar 5, 2026
@hugovk hugovk merged commit 86a67f8 into python:3.11 Mar 5, 2026
24 checks passed
@hugovk hugovk deleted the 3.11-fix-docs branch March 5, 2026 22:31
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant