mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
mathbase: Remove unused data
This commit is contained in:
parent
2b89f72d54
commit
20a6cb6240
@ -52,8 +52,7 @@ class MathDomain(Domain):
|
||||
label = 'mathematics'
|
||||
|
||||
initial_data = {
|
||||
'nameids': {}, # label -> equation ID
|
||||
'objects': {}, # equation ID -> (docname, eqno)
|
||||
'objects': {}, # labelid -> (docname, eqno)
|
||||
} # type: Dict[unicode, Dict[unicode, Tuple[unicode, int]]]
|
||||
dangling_warnings = {
|
||||
'eq': 'equation not found: %(target)s',
|
||||
|
Loading…
Reference in New Issue
Block a user