[Bf-docboard-svn] bf-manual: [7205] trunk/blender_docs/make.bat: make.bat: no need to run sphinx-intl build

Aaron Carlisle noreply at blender.org
Fri Oct 9 17:19:14 CEST 2020


Revision: 7205
          https://developer.blender.org/rBM7205
Author:   Blendify
Date:     2020-10-09 17:19:14 +0200 (Fri, 09 Oct 2020)
Log Message:
-----------
make.bat: no need to run sphinx-intl build

This has not been needed since sphinx 1.3

Modified Paths:
--------------
    trunk/blender_docs/make.bat

Modified: trunk/blender_docs/make.bat
===================================================================
--- trunk/blender_docs/make.bat	2020-10-09 15:15:28 UTC (rev 7204)
+++ trunk/blender_docs/make.bat	2020-10-09 15:19:14 UTC (rev 7205)
@@ -88,7 +88,6 @@
 )
 
 if "%1" == "translations" (
-	sphinx-intl build
 	%SPHINXBUILD% -b html -D language='%2' %SPHINXOPTS% %O% %SOURCEDIR% %BUILDDIR%/html
 	if errorlevel 1 exit /b 1
 	echo.



More information about the Bf-docboard-svn mailing list