mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Typo fix.
This commit is contained in:
parent
7c2247f880
commit
ef345ff483
@ -483,7 +483,7 @@ def setup(app):
|
||||
1, (1, 0, 1), **cls_options)
|
||||
app.add_directive('autoexception', auto_directive_withmembers,
|
||||
1, (1, 0, 1), **cls_options)
|
||||
app.add_directive('autofunction', auto_directive, 1, (1, 0, 1)
|
||||
app.add_directive('autofunction', auto_directive, 1, (1, 0, 1),
|
||||
noindex=directives.flag)
|
||||
app.add_directive('automethod', auto_directive, 1, (1, 0, 1),
|
||||
noindex=directives.flag)
|
||||
|
Loading…
Reference in New Issue
Block a user