Remove Python-specific option from general directive.

This commit is contained in:
Georg Brandl 2010-02-27 23:13:31 +01:00
parent 94e47ff6d8
commit 27683bcdd7

View File

@ -47,7 +47,6 @@ class ObjectDescription(Directive):
final_argument_whitespace = True
option_spec = {
'noindex': directives.flag,
'module': directives.unchanged,
}
# types of doc fields that this directive handles, see sphinx.util.docfields