diff options
Diffstat (limited to 'sphinx/builders/dummy.py')
-rw-r--r-- | sphinx/builders/dummy.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/builders/dummy.py b/sphinx/builders/dummy.py index cddf8e7b8..f4f1356f6 100644 --- a/sphinx/builders/dummy.py +++ b/sphinx/builders/dummy.py @@ -1,12 +1,4 @@ -""" - sphinx.builders.dummy - ~~~~~~~~~~~~~~~~~~~~~ - - Do syntax checks, but no writing. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Do syntax checks, but no writing.""" from typing import Any, Dict, Set |