mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix doctrees directory for the gettext builder (#122997)
This commit is contained in:
parent
fe3e623562
commit
315a933a5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue