Package: sphinx-bootstrap-theme / 0.7.1-1+deb11u1

Metadata

Package Version Patches format
sphinx-bootstrap-theme 0.7.1-1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
privacy_breach.patch | (download)

sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/amelia/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cerulean/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cosmo/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/cyborg/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/flatly/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/journal/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/readable/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/simplex/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spacelab/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/spruce/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/superhero/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-2.3.2/united/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/cosmo/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/cyborg/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/darkly/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/flatly/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/journal/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/lumen/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/paper/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/readable/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/sandstone/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/simplex/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/solar/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/spacelab/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/superhero/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/united/bootstrap.min.css | 1 0 + 1 - 0 !
sphinx_bootstrap_theme/bootstrap/static/bootswatch-3.3.7/yeti/bootstrap.min.css | 1 0 + 1 - 0 !
27 files changed, 27 deletions(-)

 privacy_breach


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").