summaryrefslogtreecommitdiff
path: root/sphinx/directives/other.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/directives/other.py')
-rw-r--r--sphinx/directives/other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py
index 1bdef5ebc..3dcd3c60b 100644
--- a/sphinx/directives/other.py
+++ b/sphinx/directives/other.py
@@ -427,7 +427,7 @@ class Include(BaseInclude):
def setup(app):
- # type: (Sphinx) -> None
+ # type: (Sphinx) -> Dict[unicode, Any]
directives.register_directive('toctree', TocTree)
directives.register_directive('sectionauthor', Author)
directives.register_directive('moduleauthor', Author)