gh-127356: Fix prepend doctrees directory for gettext target (#127357)

This commit is contained in:
Rafael Fontenelle 2024-12-01 06:15:44 -03:00 committed by GitHub
parent 11c01092d5
commit a880358af0
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: override SPHINXOPTS := -d build/doctrees-gettext $(SPHINXOPTS)
gettext: build
.PHONY: htmlview