diff options
Diffstat (limited to 'sphinx/ext/viewcode.py')
-rw-r--r-- | sphinx/ext/viewcode.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/ext/viewcode.py b/sphinx/ext/viewcode.py index 54274ac04..5aff7c67d 100644 --- a/sphinx/ext/viewcode.py +++ b/sphinx/ext/viewcode.py @@ -1,12 +1,4 @@ -""" - sphinx.ext.viewcode - ~~~~~~~~~~~~~~~~~~~ - - Add 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 links to module code in Python object descriptions.""" import posixpath import traceback |