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