diff options
Diffstat (limited to 'sphinx/addnodes.py')
-rw-r--r-- | sphinx/addnodes.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index d089fd5e4..88545c820 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -1,7 +1,4 @@ """Additional docutils nodes. - -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ from typing import TYPE_CHECKING, Any, Dict, List, Sequence |