[Bf-docboard-svn] bf-manual: [7158] trunk/blender_docs/Makefile: Makefile: Remove duplicate link checks

Aaron Carlisle noreply at blender.org
Wed Sep 30 01:30:32 CEST 2020


Revision: 7158
          https://developer.blender.org/rBM7158
Author:   Blendify
Date:     2020-09-30 01:30:32 +0200 (Wed, 30 Sep 2020)
Log Message:
-----------
Makefile: Remove duplicate link checks

Modified Paths:
--------------
    trunk/blender_docs/Makefile

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2020-09-29 23:29:35 UTC (rev 7157)
+++ trunk/blender_docs/Makefile	2020-09-29 23:30:32 UTC (rev 7158)
@@ -137,12 +137,6 @@
 check_spelling:
 	@python3 tools_rst/rst_check_spelling.py
 
-check_links:
-	$(SPHINXBUILD) -b linkcheck $(SOURCEDIR) $(BUILDDIR)/linkcheck
-	@echo
-	@echo "Link check complete; look for any errors in the above output " \
-	      "or in $(BUILDDIR)/linkcheck/output.txt."
-
 update_po:
 	@python3 ./tools_maintenance/update_po.py
 
@@ -181,7 +175,6 @@
 	@echo ""
 	@echo "- check_structure      to check the structure of all .rst files"
 	@echo "- check_syntax         to check the syntax of all .rst files"
-	@echo "- check_links          to check all external links for integrity"
 	@echo "- check_spelling       to check spelling for text in RST files"
 	@echo ""
 



More information about the Bf-docboard-svn mailing list