[Bf-docboard-svn] bf-manual: [7206] trunk/blender_docs/make.bat: make.bat: remove linkcheck command

Aaron Carlisle noreply at blender.org
Fri Oct 9 18:27:00 CEST 2020


Revision: 7206
          https://developer.blender.org/rBM7206
Author:   Blendify
Date:     2020-10-09 18:26:59 +0200 (Fri, 09 Oct 2020)
Log Message:
-----------
make.bat: remove linkcheck command

Uses sphinx make command instead

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

Modified: trunk/blender_docs/make.bat
===================================================================
--- trunk/blender_docs/make.bat	2020-10-09 15:19:14 UTC (rev 7205)
+++ trunk/blender_docs/make.bat	2020-10-09 16:26:59 UTC (rev 7206)
@@ -105,15 +105,6 @@
 	goto EOF
 )
 
-if "%1" == "check_links" (
-	%SPHINXBUILD% -b linkcheck %SPHINXOPTS% %SOURCEDIR% %BUILDDIR%/linkcheck
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Link check complete; look for any errors in the above output ^
-or in %BUILDDIR%/linkcheck/output.txt.
-	goto end
-)
-
 if "%1" == "check_syntax" (
 	python tools_rst/rst_check_syntax.py --kbd --long
 	goto EOF



More information about the Bf-docboard-svn mailing list