Sphinx 6.2.1: hash digest injection is broken due to reuse of css_files
in HTML context
#716
Labels
bug
Something isn't working
css_files
in HTML context
#716
Discussed in #708
Sphinx 6.2.1 reuses
css_files
across multiple files, which means that the injection of hash'd digests for assets fails due to the hash injection not being idempotent. This means that the build fails if there are more than one HTML files to generate.The text was updated successfully, but these errors were encountered: