Skip to content

Commit

Permalink
Fix prepend doctrees directory for gettext target
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Nov 28, 2024
1 parent 3a77980 commit af24029
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 af24029

Please sign in to comment.