Skip to content

Commit 533b06c

Browse files
[3.12] Fix doctrees directory for the gettext builder (pythonGH-122997) (python#124339)
Fix doctrees directory for the gettext builder (pythonGH-122997) (cherry picked from commit 315a933) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent d5aafe7 commit 533b06c

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: SPHINXOPTS += -d build/doctrees-gettext
148148
gettext: build
149149

150150
.PHONY: htmlview

0 commit comments

Comments
 (0)