diff options
author | jfbu <jfbu@free.fr> | 2018-03-12 17:00:01 +0100 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2018-03-12 17:00:01 +0100 |
commit | c4e12ff01231d468682264b5d856aa78c39eeb19 (patch) | |
tree | cabebfc7a341bcb101ac3532b0645356485b0d19 /sphinx/ext/mathbase.py | |
parent | 711b8ecf70b613c8decabc9ab0d1895169f4b89c (diff) | |
download | sphinx-git-c4e12ff01231d468682264b5d856aa78c39eeb19.tar.gz |
Add TODO notes
modified: sphinx/ext/mathbase.py
modified: sphinx/writers/latex.py
Diffstat (limited to 'sphinx/ext/mathbase.py')
-rw-r--r-- | sphinx/ext/mathbase.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/ext/mathbase.py b/sphinx/ext/mathbase.py index 15218963f..513ddd62a 100644 --- a/sphinx/ext/mathbase.py +++ b/sphinx/ext/mathbase.py @@ -86,6 +86,7 @@ class MathDomain(Domain): newnode['target'] = target return newnode else: + # TODO: perhaps use rather a sphinx-core provided prefix here? node_id = make_id('equation-%s' % target) if env.config.math_numfig and env.config.numfig: if docname in env.toc_fignumbers: |