We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462c610 commit fbbffedCopy full SHA for fbbffed
Doc/Makefile
@@ -188,4 +188,3 @@ autobuild-stable-html:
188
.PHONY: gettext
189
gettext:
190
$(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
@@ -136,7 +136,6 @@ goto end
136
137
:gettext
138
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
140
141
goto end
142
Doc/tools/delete_pot_creation_date.py
0 commit comments