diff options
Diffstat (limited to 'sphinx/ext/extlinks.py')
-rw-r--r-- | sphinx/ext/extlinks.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/ext/extlinks.py b/sphinx/ext/extlinks.py index 452c85034..4b476ec0a 100644 --- a/sphinx/ext/extlinks.py +++ b/sphinx/ext/extlinks.py @@ -15,9 +15,6 @@ the *caption* value given: You can also give an explicit caption, e.g. :exmpl:`Foo <foo>`. Both, the url string and the caption string must escape ``%`` as ``%%``. - -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ import re |