diff options
Diffstat (limited to 'sphinx/ext/linkcode.py')
-rw-r--r-- | sphinx/ext/linkcode.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/ext/linkcode.py b/sphinx/ext/linkcode.py index 6ae828408..ad7abd31b 100644 --- a/sphinx/ext/linkcode.py +++ b/sphinx/ext/linkcode.py @@ -1,12 +1,4 @@ -""" - sphinx.ext.linkcode - ~~~~~~~~~~~~~~~~~~~ - - Add external links to module code in Python object descriptions. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Add external links to module code in Python object descriptions.""" from typing import Any, Dict, Set |