mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
[3.12] Fix doctrees directory for the gettext builder (GH-122997) (#124339)
Fix doctrees directory for the gettext builder (GH-122997)
(cherry picked from commit 315a933a5b
)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
d5aafe7713
commit
533b06c118
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ pydoc-topics: build
|
|||
|
||||
.PHONY: gettext
|
||||
gettext: BUILDER = gettext
|
||||
gettext: SPHINXOPTS += '-d build/doctrees-gettext'
|
||||
gettext: SPHINXOPTS += -d build/doctrees-gettext
|
||||
gettext: build
|
||||
|
||||
.PHONY: htmlview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue