diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-16 11:45:57 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-16 11:45:57 +0900 |
commit | 4b5eebdc877759e204aa90435aebcf313a44f6cd (patch) | |
tree | c240b4ca43ffefc88dda6d3a18ca2a61303aacb4 /sphinx/addnodes.py | |
parent | e5786b888cfce77772f2e11d9f2934b941edbc7d (diff) | |
parent | 4583c4b0227e425bca7b3c26b80d904a13a9c714 (diff) | |
download | sphinx-git-4b5eebdc877759e204aa90435aebcf313a44f6cd.tar.gz |
Merge branch 'stable' into 1.5-release
Diffstat (limited to 'sphinx/addnodes.py')
-rw-r--r-- | sphinx/addnodes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index 9b16f865e..4035faa2d 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -95,6 +95,8 @@ class desc_signature_line(nodes.Part, nodes.Inline, nodes.TextElement): class desc_addname(nodes.Part, nodes.Inline, nodes.TextElement): """Node for additional name parts (module name, class name).""" + + # compatibility alias desc_classname = desc_addname |