]> 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)
commit17eae79149736dee6fd1c2fc23b2132b5c2f3b37
tree6a746a4b1a84681e0170ca8d849f55ed2ab2f076
parentbfe10c64eda55b3fcd124adbaa71fe7663f4fd94
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