mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
13 lines
348 B
Python
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
|