Fix search functionality.patch | (download) |
sphinx_bootstrap_theme/bootstrap/layout.html |
8 4 + 4 - 0 !
sphinx_bootstrap_theme/bootstrap/search.html |
5 3 + 2 - 0 !
2 files changed, 7 insertions(+), 6 deletions(-) |
fix search functionality
The extra spaces at the end of the src="" attibute of those <script>
tags caused search to be broken on generated documentation. This is a
combined backport of the following upstream commits
0d80bffe488da6d5b7b575b964f92adde5026e3e ("BUG: Fix for Sphinx 3.4+
search") and 19e69c8c46dff011ce24e1718e034decdf319f28 ("Drop spirious
space in script urls").
|