We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85913d9 commit 1df38a8Copy full SHA for 1df38a8
sphinx_tabs/tabs.py
@@ -66,7 +66,7 @@ def visit(translator, node):
66
attrs.pop("ids")
67
attrs.pop("names")
68
attrs.pop("dupnames")
69
- attrs.pop("backrefs")
+ attrs.pop("backrefs", None)
70
text = translator.starttag(node, node.tagname, **attrs)
71
translator.body.append(text.strip())
72
0 commit comments