diff options
Diffstat (limited to 'sphinx/ext/imgmath.py')
-rw-r--r-- | sphinx/ext/imgmath.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/ext/imgmath.py b/sphinx/ext/imgmath.py index 189bf8786..2c908daab 100644 --- a/sphinx/ext/imgmath.py +++ b/sphinx/ext/imgmath.py @@ -1,12 +1,4 @@ -""" - sphinx.ext.imgmath - ~~~~~~~~~~~~~~~~~~ - - Render math in HTML via dvipng or dvisvgm. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Render math in HTML via dvipng or dvisvgm.""" import posixpath import re |