diff options
Diffstat (limited to 'sphinx/project.py')
-rw-r--r-- | sphinx/project.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/project.py b/sphinx/project.py index 82ea54ef3..b0277723f 100644 --- a/sphinx/project.py +++ b/sphinx/project.py @@ -20,6 +20,7 @@ from sphinx.util.osutil import SEP, relpath if TYPE_CHECKING: from typing import Dict, List, Set # NOQA + from sphinx.util.typing import unicode # NOQA logger = logging.getLogger(__name__) EXCLUDE_PATHS = ['**/_sources', '.#*', '**/.#*', '*.lproj/**'] # type: List[unicode] |