diff options
Diffstat (limited to 'sphinx/writers/xml.py')
-rw-r--r-- | sphinx/writers/xml.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/writers/xml.py b/sphinx/writers/xml.py index 29731d853..b3cd19edc 100644 --- a/sphinx/writers/xml.py +++ b/sphinx/writers/xml.py @@ -1,7 +1,4 @@ """Docutils-native XML and pseudo-XML writers. - -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ from typing import Any |