summaryrefslogtreecommitdiff
path: root/tests/test_autodoc.py
diff options
context:
space:
mode:
authorJohannes Dewender <bitbucket@JonnyJD.net>2013-02-27 16:38:55 +0100
committerJohannes Dewender <bitbucket@JonnyJD.net>2013-02-27 16:38:55 +0100
commit4188e198fed5eebadf5958bec81c6446ed64a958 (patch)
tree38e6ee9d5e3be9018a4b5bf4e293a688a296b8df /tests/test_autodoc.py
parent9eb441dfa22d3cb5b67c2cdd0d0e834f7beb5386 (diff)
downloadsphinx-4188e198fed5eebadf5958bec81c6446ed64a958.tar.gz
autodoc: change :novalue: to :annoation: option
The :novalue: option is now called :annotation: and has an additional feature: When given with an argument, you can specify what the annotation of the object will be.
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r--tests/test_autodoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py
index bef9c338..95eda590 100644
--- a/tests/test_autodoc.py
+++ b/tests/test_autodoc.py
@@ -38,7 +38,7 @@ def setup_module():
special_members = False,
show_inheritance = False,
noindex = False,
- novalue = False,
+ annotation = None,
synopsis = '',
platform = '',
deprecated = False,