diff options
Diffstat (limited to 'sphinx/application.py')
-rw-r--r-- | sphinx/application.py | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sphinx/application.py b/sphinx/application.py index 103ebb634..57e229145 100644 --- a/sphinx/application.py +++ b/sphinx/application.py @@ -1,13 +1,6 @@ -""" - sphinx.application - ~~~~~~~~~~~~~~~~~~ - - Sphinx application class and extensibility interface. - - Gracefully adapted from the TextPress system by Armin. +"""Sphinx application class and extensibility interface. - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. +Gracefully adapted from the TextPress system by Armin. """ import os |