diff --git a/src/doc8/checks.py b/src/doc8/checks.py index 2b6870f..0cb2dd3 100644 --- a/src/doc8/checks.py +++ b/src/doc8/checks.py @@ -279,7 +279,6 @@ def any_types(nodes, types): title_types = ( docutils_nodes.title, docutils_nodes.subtitle, - docutils_nodes.section, ) for i, line in enumerate(lines): if len(line) > self._max_line_length: