diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
commit | 2998bfc368dfe6f6692ac4bc15b0f8ce919f8261 (patch) | |
tree | 4576e1f794f5177b19be99e8d7f6d568f273999e /debian/dh-sphinxdoc | |
parent | Merging upstream version 7.3.7. (diff) | |
download | sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.tar.xz sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.zip |
Adding debian version 7.3.7-1.debian/7.3.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dh-sphinxdoc')
-rwxr-xr-x | debian/dh-sphinxdoc/dh_sphinxdoc | 2 | ||||
-rw-r--r-- | debian/dh-sphinxdoc/index | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/dh-sphinxdoc/dh_sphinxdoc b/debian/dh-sphinxdoc/dh_sphinxdoc index ccd4a5a..fb74e9c 100755 --- a/debian/dh-sphinxdoc/dh_sphinxdoc +++ b/debian/dh-sphinxdoc/dh_sphinxdoc @@ -290,7 +290,7 @@ sub sanity_check($$) } } defined $documentation_options or error("DOCUMENTATION_OPTIONS not found"); - my $loads_searchindex = $search =~ m{<script(?: type="text/javascript")? src="[^"]*searchindex.js\s?"(?: defer)?>}; + my $loads_searchindex = $search =~ m{<script(?: type="text/javascript")? src="[^"]*searchindex.js\s?"(?: defer(?:="defer"))?>}; unless ($loads_searchindex) { # old style, used before Sphinx 2.0 diff --git a/debian/dh-sphinxdoc/index b/debian/dh-sphinxdoc/index index 6217120..fe7384b 100644 --- a/debian/dh-sphinxdoc/index +++ b/debian/dh-sphinxdoc/index @@ -1,7 +1,7 @@ # <filename> [min-version] 1.0/doctools.js 5.2 1.0/language_data.js 2.4.3-5~ -1.0/searchtools.js 7.2.2 +1.0/searchtools.js 7.3 1.0/sidebar.js 5.0 1.0/theme_extras.js 5.0 1.0/css3-mediaqueries.js 1.3 |