diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-04-28 00:26:22 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-04-28 00:26:22 +0900 |
commit | f0fe8480c8a42884cd18d2816e98eaf6361aeefb (patch) | |
tree | aaf45dae8571bb17dbe205126e524946a6d3d58d /sphinx/ext/pngmath.py | |
parent | b15da477467f22207869f246c77423f6c561e862 (diff) | |
download | sphinx-git-f0fe8480c8a42884cd18d2816e98eaf6361aeefb.tar.gz |
Fix error messages
Diffstat (limited to 'sphinx/ext/pngmath.py')
-rw-r--r-- | sphinx/ext/pngmath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/pngmath.py b/sphinx/ext/pngmath.py index 8707ca383..501064cc9 100644 --- a/sphinx/ext/pngmath.py +++ b/sphinx/ext/pngmath.py @@ -242,7 +242,7 @@ def setup(app): try: mathbase_setup(app, (html_visit_math, None), (html_visit_displaymath, None)) except ExtensionError: - raise ExtensionError('sphinx.ext.mathjax: other math package is already installed') + raise ExtensionError('sphinx.ext.pngmath: other math package is already installed') app.add_config_value('pngmath_dvipng', 'dvipng', 'html') app.add_config_value('pngmath_latex', 'latex', 'html') |