From ef345ff48331cd84519d789cc66b889c43e665a9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 22 Jun 2008 18:02:05 +0000 Subject: [PATCH] Typo fix. --- sphinx/ext/autodoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/ext/autodoc.py b/sphinx/ext/autodoc.py index aacd268f9..ab1b12b36 100644 --- a/sphinx/ext/autodoc.py +++ b/sphinx/ext/autodoc.py @@ -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)