Skip to content

Commit e80cbb8

Browse files
rffontenelleebonnal
authored andcommitted
pythongh-127356: Fix prepend doctrees directory for gettext target (python#127357)
1 parent 11be19b commit e80cbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pydoc-topics: build
144144

145145
.PHONY: gettext
146146
gettext: BUILDER = gettext
147-
gettext: SPHINXOPTS += -d build/doctrees-gettext
147+
gettext: override SPHINXOPTS := -d build/doctrees-gettext $(SPHINXOPTS)
148148
gettext: build
149149

150150
.PHONY: htmlview

0 commit comments

Comments
 (0)