diff options
Diffstat (limited to 'sphinx/util/template.py')
-rw-r--r-- | sphinx/util/template.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/util/template.py b/sphinx/util/template.py index 5d5de52be..5a73515b3 100644 --- a/sphinx/util/template.py +++ b/sphinx/util/template.py @@ -1,12 +1,4 @@ -""" - sphinx.util.template - ~~~~~~~~~~~~~~~~~~~~ - - Templates utility functions for Sphinx. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Templates utility functions for Sphinx.""" import os from functools import partial |