[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:
Miss Islington (bot) 2024-09-23 16:37:10 +02:00 committed by GitHub
parent d5aafe7713
commit 533b06c118
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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