Skip to content

Commit

Permalink
pythongh-127356: Fix prepend doctrees directory for gettext target (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Dec 1, 2024
1 parent 11c0109 commit a880358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a880358

Please sign in to comment.