]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix doctrees directory for the gettext builder (GH-122997) (#124339)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Sep 2024 14:37:10 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 14:37:10 +0000 (14:37 +0000)
Fix doctrees directory for the gettext builder (GH-122997)
(cherry picked from commit 315a933a5b3ae4379077096b6852f85a81a7d75f)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/Makefile

index 3d39766b3cb08f3ecc0c851747c37c43de48bfc1..fc0d1e4d9a2a552e1fbc60c9a9f6d71e6a763596 100644 (file)
@@ -144,7 +144,7 @@ pydoc-topics: build
 
 .PHONY: gettext
 gettext: BUILDER = gettext
-gettext: SPHINXOPTS += '-d build/doctrees-gettext'
+gettext: SPHINXOPTS += -d build/doctrees-gettext
 gettext: build
 
 .PHONY: htmlview