summaryrefslogtreecommitdiff
path: root/sphinx/registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/registry.py')
-rw-r--r--sphinx/registry.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/registry.py b/sphinx/registry.py
index d0c00b85f..0e3b95436 100644
--- a/sphinx/registry.py
+++ b/sphinx/registry.py
@@ -38,6 +38,7 @@ from sphinx.util.typing import RoleFunction, TitleGetter
if False:
# For type annotation
from typing import Type # for python3.5.1
+
from sphinx.application import Sphinx
from sphinx.ext.autodoc import Documenter