summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx/directives.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/py-rest-doc/sphinx/directives.py')
-rw-r--r--sandbox/py-rest-doc/sphinx/directives.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/py-rest-doc/sphinx/directives.py b/sandbox/py-rest-doc/sphinx/directives.py
index bb105f327..9c5b97e78 100644
--- a/sandbox/py-rest-doc/sphinx/directives.py
+++ b/sandbox/py-rest-doc/sphinx/directives.py
@@ -271,6 +271,7 @@ def desc_directive(desctype, arguments, options, content, lineno,
# and add a reference target for it
sig = sig.strip()
signode = addnodes.desc_signature(sig, '')
+ signode['first'] = False
node.append(signode)
try:
if desctype in ('function', 'data', 'class', 'exception',