mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Removed trailing whitespace
This commit is contained in:
parent
d77cbf3043
commit
023f342bed
@ -64,4 +64,3 @@ Methods
|
||||
.. automethod:: sphinx.websupport.WebSupport.process_vote
|
||||
|
||||
.. automethod:: sphinx.websupport.WebSupport.get_search_results
|
||||
|
||||
|
@ -44,4 +44,3 @@ BaseSearch Methods
|
||||
.. automethod:: sphinx.websupport.search.BaseSearch.handle_query
|
||||
|
||||
.. automethod:: sphinx.websupport.search.BaseSearch.extract_context
|
||||
|
||||
|
@ -148,4 +148,3 @@ class WebSupportBuilder(StandaloneHTMLBuilder):
|
||||
scripts.append(make_script(file))
|
||||
scripts.append(make_script('_static/websupport.js'))
|
||||
return opts + '\n' + '\n'.join(scripts)
|
||||
|
||||
|
@ -404,4 +404,3 @@ class WebSupport(object):
|
||||
var COMMENT_METADATA = {%s};
|
||||
</script>""" % node_js
|
||||
return js
|
||||
|
||||
|
@ -119,4 +119,3 @@ search_adapters = {
|
||||
'whoosh': ('whooshsearch', 'WhooshSearch'),
|
||||
'null': ('nullsearch', 'NullSearch')
|
||||
}
|
||||
|
||||
|
@ -76,4 +76,3 @@ class CombinedHtmlDiff(object):
|
||||
start = match.end()
|
||||
new_text.append(text[start:])
|
||||
return ''.join(new_text)
|
||||
|
||||
|
@ -81,4 +81,3 @@ def test_whoosh():
|
||||
except ImportError:
|
||||
sys.stderr.write('info: not running whoosh tests, ' \
|
||||
'whoosh doesn\'t seem to be installed')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user