sphinx-contrib / sphinx-pretty-searchresults

Sphinx: pretty search results is an extension for the Sphinx documentation tool. To display search results, Sphinx is fetching the source files of search hits and rendering excerpts in raw markup. This extension removes the markup from these source files (during build time), so the search results look decent.
https://pypi.python.org/pypi/sphinxprettysearchresults
MIT License
22 stars 5 forks source link

#23 properly support multiple source suffixes #24

Closed TimKam closed 6 years ago

TimKam commented 6 years ago

Fixes #23 Before, the extension assumed that only one source suffix was used.