Files
sphinx/sphinx/websupport/search/nullsearch.py
Takeshi KOMIYA 2426cedb8b A happy new year!
2018-01-01 01:06:58 +09:00

13 lines
348 B
Python

# -*- coding: utf-8 -*-
"""
sphinx.websupport.search.nullsearch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The default search adapter, does nothing.
:copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from sphinxcontrib.websupport.search.nullsearch import NullSearch # NOQA