diff options
Diffstat (limited to 'sphinx/builders/linkcheck.py')
-rw-r--r-- | sphinx/builders/linkcheck.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/builders/linkcheck.py b/sphinx/builders/linkcheck.py index 99848598c..816cf314e 100644 --- a/sphinx/builders/linkcheck.py +++ b/sphinx/builders/linkcheck.py @@ -1,12 +1,4 @@ -""" - sphinx.builders.linkcheck - ~~~~~~~~~~~~~~~~~~~~~~~~~ - - The CheckExternalLinksBuilder class. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""The CheckExternalLinksBuilder class.""" import json import re |