diff options
Diffstat (limited to 'sphinx/jinja2glue.py')
-rw-r--r-- | sphinx/jinja2glue.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/jinja2glue.py b/sphinx/jinja2glue.py index 525a4a994..a0d1f65ea 100644 --- a/sphinx/jinja2glue.py +++ b/sphinx/jinja2glue.py @@ -1,12 +1,4 @@ -""" - sphinx.jinja2glue - ~~~~~~~~~~~~~~~~~ - - Glue code for the jinja2 templating engine. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Glue code for the jinja2 templating engine.""" from os import path from pprint import pformat |