summaryrefslogtreecommitdiff
path: root/sphinx/ext/mathbase.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-03 02:14:06 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-03 02:14:06 +0900
commit39d45842486c7a4ab365818901db29907ebcfd2f (patch)
treef328de2aceb7ec10fded847a38aba498d1375864 /sphinx/ext/mathbase.py
parent35f05bdc7e1000a56bf945ae44d3c6da27bd315b (diff)
parenta19c3006530e97f1397dedbc8f4d630dbec8db62 (diff)
downloadsphinx-git-39d45842486c7a4ab365818901db29907ebcfd2f.tar.gz
Merge branch 'stable' into 1.7-release
Diffstat (limited to 'sphinx/ext/mathbase.py')
-rw-r--r--sphinx/ext/mathbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/mathbase.py b/sphinx/ext/mathbase.py
index 013d51c8c..24c10df3c 100644
--- a/sphinx/ext/mathbase.py
+++ b/sphinx/ext/mathbase.py
@@ -72,7 +72,7 @@ class MathDomain(Domain):
# type: (Iterable[unicode], Dict) -> None
for labelid, (doc, eqno) in otherdata['objects'].items():
if doc in docnames:
- self.data['objects'][labelid] = doc
+ self.data['objects'][labelid] = (doc, eqno)
def resolve_xref(self, env, fromdocname, builder, typ, target, node, contnode):
# type: (BuildEnvironment, unicode, Builder, unicode, unicode, nodes.Node, nodes.Node) -> nodes.Node # NOQA