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
…ythonGH-127357)

(cherry picked from commit a880358)

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

Please sign in to comment.