diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-12-01 18:14:50 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-12-01 19:49:14 +0900 |
| commit | d6eacf3198f0ac8874e43453478d673238861675 (patch) | |
| tree | a3b3add8239f0b2a5c95919ca7147acc18791926 /sphinx/addnodes.py | |
| parent | 48bc80209da4404285863bd27e611887929426b7 (diff) | |
| download | sphinx-git-d6eacf3198f0ac8874e43453478d673238861675.tar.gz | |
Fix annotations for Directives (Replace N_co with nodes.Node)
Diffstat (limited to 'sphinx/addnodes.py')
| -rw-r--r-- | sphinx/addnodes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index fccdf7a0a..cdef72cbf 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -308,6 +308,7 @@ class meta(nodes.Special, nodes.PreBibliographic, nodes.Element): """Node for meta directive -- same as docutils' standard meta node, but pickleable. """ + rawcontent = None # inline nodes |
