Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbbffed

Browse files
committed
Remove unnecessary call of delete_pot_creation_date.py
issue: python-doc-ja/python-doc-ja#775
1 parent 462c610 commit fbbffed

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

Doc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,3 @@ autobuild-stable-html:
188188
.PHONY: gettext
189189
gettext:
190190
$(SPHINXBUILD) -E -b gettext -D gettext_compact=0 -w warnings.txt -d build/.doctrees . locale/pot
191-
$(PYTHON) tools/delete_pot_creation_date.py locale/pot

Doc/make.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ goto end
136136

137137
:gettext
138138
cmd /C %SPHINXBUILD% -E -b gettext -D gettext_compact=0 -w warnings.txt -d build\.doctrees . locale\pot
139-
cmd /C %PYTHON% tools\delete_pot_creation_date.py locale\pot
140139

141140
goto end
142141

Doc/tools/delete_pot_creation_date.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)