We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f185e commit f6f3dd2Copy full SHA for f6f3dd2
doc/source/conf.py
@@ -79,7 +79,7 @@
79
80
try:
81
import sphinxcontrib.spelling # noqa
82
-except (ImportError, ModuleNotFoundError) as err:
+except ImportError as err:
83
logger.warning(('sphinxcontrib.spelling failed to import with error "{}". '
84
'`spellcheck` command is not available.'.format(err)))
85
else:
0 commit comments