diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-07-28 19:48:21 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-07-29 12:32:46 +0900 |
commit | 7218fe9dca4299e141c369f89418c7f800d3a6cb (patch) | |
tree | 462aca194c20c64e676f00f202bb08a7ef823fad /sphinx/ext/jsmath.py | |
parent | 004b68f281dbad6e7598c8c2f56945bb3bc07107 (diff) | |
download | sphinx-git-7218fe9dca4299e141c369f89418c7f800d3a6cb.tar.gz |
Deprecate whole of sphinx.ext.mathbase
Diffstat (limited to 'sphinx/ext/jsmath.py')
-rw-r--r-- | sphinx/ext/jsmath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/jsmath.py b/sphinx/ext/jsmath.py index 5dbb20fba..0ee42050c 100644 --- a/sphinx/ext/jsmath.py +++ b/sphinx/ext/jsmath.py @@ -14,8 +14,8 @@ from docutils import nodes import sphinx from sphinx.errors import ExtensionError -from sphinx.ext.mathbase import get_node_equation_number from sphinx.locale import _ +from sphinx.util.math import get_node_equation_number if False: # For type annotation |