diff options
Diffstat (limited to 'sphinx/builders/xml.py')
-rw-r--r-- | sphinx/builders/xml.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/builders/xml.py b/sphinx/builders/xml.py index c4e066089..0f45b912c 100644 --- a/sphinx/builders/xml.py +++ b/sphinx/builders/xml.py @@ -1,12 +1,4 @@ -""" - sphinx.builders.xml - ~~~~~~~~~~~~~~~~~~~ - - Docutils-native XML and pseudo-XML builders. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Docutils-native XML and pseudo-XML builders.""" from os import path from typing import Any, Dict, Iterator, Set, Type, Union |