Skip to content

Commit

Permalink
[3.13] gh-127356: Fix prepend doctrees directory for gettext target (G…
Browse files Browse the repository at this point in the history
…H-127357) (#127470)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
  • Loading branch information
miss-islington and rffontenelle authored Dec 1, 2024
1 parent a2814b9 commit 3b31f8c
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 3b31f8c

Please sign in to comment.