* #3093: gettext build broken on image node under `note` directive.

This commit is contained in:
shimizukawa
2016-11-20 17:44:10 +09:00
parent a13edb8631
commit 76eb8ab56d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ Bugs fixed
* #3135: ``sphinx.ext.autodoc`` crashes with plain Callable
* #3150: Fix query word splitter in JavaScript. It behaves as same as Python's regular expression.
* #3093: gettext build broken on substituted images.
* #3093: gettext build broken on image node under ``note`` directive.
Release 1.4.8 (released Oct 1, 2016)
====================================
+1
View File
@@ -71,6 +71,7 @@ def apply_source_workaround(node):
nodes.title,
nodes.rubric,
nodes.line,
nodes.image,
))):
node.source = find_source_node(node)
node.line = 0 # need fix docutils to get `node.line`