mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove Python-specific option from general directive.
This commit is contained in:
parent
94e47ff6d8
commit
27683bcdd7
@ -47,7 +47,6 @@ class ObjectDescription(Directive):
|
|||||||
final_argument_whitespace = True
|
final_argument_whitespace = True
|
||||||
option_spec = {
|
option_spec = {
|
||||||
'noindex': directives.flag,
|
'noindex': directives.flag,
|
||||||
'module': directives.unchanged,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# types of doc fields that this directive handles, see sphinx.util.docfields
|
# types of doc fields that this directive handles, see sphinx.util.docfields
|
||||||
|
Loading…
Reference in New Issue
Block a user