]> git.baikalelectronics.ru Git - kernel.git/commit
Add a target to check broken external links in the Documentation
authorRémy Léone <remy.leone@gmail.com>
Wed, 15 Feb 2017 12:16:35 +0000 (13:16 +0100)
committerJonathan Corbet <corbet@lwn.net>
Wed, 15 Feb 2017 22:22:47 +0000 (15:22 -0700)
commitf4e608ec83efd86cb5ce887461c8db5544de91af
tree6a746a4b1a84681e0170ca8d849f55ed2ab2f076
parentf757af7e7aecc7913d6d06ec507190bb14454422
Add a target to check broken external links in the Documentation

Documentation shouldn't have broken links.
sphinx linkcheck builder scans all documents for external links, tries
to open them with urllib2, and writes an overview which ones are broken
and redirected to standard output and to output.txt in the output
directory.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Tested-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Rémy Léone <remy.leone@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DocBook/Makefile
Documentation/Makefile.sphinx
Documentation/media/Makefile
Makefile