Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jun 22, 2018
1 parent 8de8856 commit 3155f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/katex.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def setup(app):
mathbase_setup(app, (html_visit_math, None),
(html_visit_displaymath, None))
except ExtensionError:
raise ExtensionError('katex: other math package is already loaded')
raise ExtensionError('KaTeX: other math package is already loaded')

# Include KaTex CSS and JS files
app.add_config_value('katex_version',
Expand Down

0 comments on commit 3155f79

Please sign in to comment.