summaryrefslogtreecommitdiff
path: root/tests/test_autodoc.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-09-16 04:25:53 +0200
committerGeorg Brandl <georg@python.org>2013-09-16 04:25:53 +0200
commite73280786960fb6703bc482e2285155657deb290 (patch)
treeade22afeff50784a74e2659523316c0a18b8968f /tests/test_autodoc.py
parent5f4ace9aced2532d1f8275cfa94d3e41038de898 (diff)
parent649ab8030c8cab249cd0be28616a0f87b97571dd (diff)
downloadsphinx-git-e73280786960fb6703bc482e2285155657deb290.tar.gz
Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)
feature: autodoc: add :annotation: option for autodata and autoattribute
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r--tests/test_autodoc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py
index aabc1bd72..ba87b0eff 100644
--- a/tests/test_autodoc.py
+++ b/tests/test_autodoc.py
@@ -51,6 +51,7 @@ def setup_test():
special_members = False,
show_inheritance = False,
noindex = False,
+ annotation = None,
synopsis = '',
platform = '',
deprecated = False,