-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Fix doctrees dir of gettext builder #122997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can we have backport to 3.13 and 3.12? |
@AA-Turner Can we have this backported to 3.13 and 3.12? |
Thanks @rffontenelle for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Thanks @rffontenelle for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
(cherry picked from commit 315a933) Co-authored-by: Rafael Fontenelle <[email protected]>
GH-124338 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit 315a933) Co-authored-by: Rafael Fontenelle <[email protected]>
GH-124339 is a backport of this pull request to the 3.12 branch. |
Thank you for the reminder @rffontenelle A |
…24339) Fix doctrees directory for the gettext builder (GH-122997) (cherry picked from commit 315a933) Co-authored-by: Rafael Fontenelle <[email protected]>
…24338) Fix doctrees directory for the gettext builder (GH-122997) (cherry picked from commit 315a933) Co-authored-by: Rafael Fontenelle <[email protected]>
The single quote around
-d build/doctrees-gettext
causes Sphinx to consider as the ' build' first directory instead of 'build'. Let's keep all builders' output inside 'build' directory.