mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #3693 from hason/patch-1
Fix typo in sphinxcontrib-websupport
This commit is contained in:
commit
f3d836b179
@ -19,9 +19,9 @@ try:
|
||||
from sphinxcontrib.websupport.search import BaseSearch, SEARCH_ADAPTERS # NOQA
|
||||
from sphinxcontrib.websupport.storage import StorageBackend # NOQA
|
||||
|
||||
warnings.warn('sphinx.websupport module is now provided as sphinxcontrib-webuspport. '
|
||||
warnings.warn('sphinx.websupport module is now provided as sphinxcontrib-websupport. '
|
||||
'sphinx.websupport will be removed in Sphinx-2.0. Please use it instaed',
|
||||
RemovedInSphinx20Warning)
|
||||
except ImportError:
|
||||
warnings.warn('Since Sphinx-1.6, sphinx.websupport module is now separated to '
|
||||
'sphinxcontrib-webuspport package. Please add it into your dependency list.')
|
||||
'sphinxcontrib-websupport package. Please add it into your dependency list.')
|
||||
|
Loading…
Reference in New Issue
Block a user