mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove accident.
This commit is contained in:
parent
295263b9b6
commit
9ea5a8eb61
@ -643,8 +643,6 @@ def setup(app):
|
||||
noindex=directives.flag)
|
||||
app.add_directive('autoattribute', auto_directive, 1, (1, 0, 1),
|
||||
noindex=directives.flag)
|
||||
app.add_directive('autoprogram', auto_directive, 1, (1, 0, 1),
|
||||
noindex=directives.flag)
|
||||
# deprecated: remove in some future version.
|
||||
app.add_config_value('automodule_skip_lines', 0, True)
|
||||
app.add_config_value('autoclass_content', 'class', True)
|
||||
|
Loading…
Reference in New Issue
Block a user