summaryrefslogtreecommitdiff
path: root/sphinx/util/compat.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-04 21:35:05 +0100
committerGeorg Brandl <georg@python.org>2008-11-04 21:35:05 +0100
commit83ee612dd342abaf0a194cf6f74ff52f8483f66f (patch)
treea88f602959f20d6036d7eeac839b981832d5613d /sphinx/util/compat.py
parent6e7efd4777a28b0ec4a85db9a3f3a8caff4414c7 (diff)
downloadsphinx-83ee612dd342abaf0a194cf6f74ff52f8483f66f.tar.gz
#21: allow short form for seealso arguments.
Diffstat (limited to 'sphinx/util/compat.py')
-rw-r--r--sphinx/util/compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py
index f7d646b6..f9b88a44 100644
--- a/sphinx/util/compat.py
+++ b/sphinx/util/compat.py
@@ -33,5 +33,5 @@ def make_admonition(node_class, name, arguments, options, content, lineno,
classes = ['admonition-' + nodes.make_id(title_text)]
admonition_node['classes'] += classes
state.nested_parse(content, content_offset, admonition_node)
- return [admonition_node]
+ return admonition_node