Skip to content

Commit

Permalink
Add empty number attribute
Browse files Browse the repository at this point in the history
Add an empty number attribute, to make the MathJax extension happy
  • Loading branch information
Tiwalun committed Jan 3, 2017
1 parent 80c42cb commit 6fcc9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions breathe/renderer/sphinxrenderer.py
Expand Up @@ -707,6 +707,7 @@ def visit_docformula(self, node):
rst_node["label"] = None
rst_node["nowrap"] = False
rst_node["docname"] = self.state.document.settings.env.docname
rst_node["number"] = None

nodelist.append(rst_node)

Expand Down

0 comments on commit 6fcc9c4

Please sign in to comment.