Fix doctrees directory for the gettext builder (#122997)

This commit is contained in:
Rafael Fontenelle 2024-08-14 07:38:29 -03:00 committed by GitHub
parent fe3e623562
commit 315a933a5b
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