Identifier:
|
randomness_in_documentation_generated_by_sphinx
|
URL
|
https://wiki.debian.org/ReproducibleBuilds/SphinxIssues
|
Description
|
Sphinx might output references to memory addresses and generate a json index file with entries in random order or with non-deterministic values (eg. searchindex.js). See https://bugs.debian.org/822197 for memory address issue . searchindex.js needs sort_keys=True (jsonimpl.py) but the key values vary too.
|
Identifier:
|
randomness_in_documentation_indices_generated_by_sphinx
|
URL
|
https://github.com/sphinx-doc/sphinx/pull/1699
|
Description
|
Sphinx can output genindex.html index entries in non-deterministic order. . There might be other missing sorts or dict key sorting beyond the pull request already sent.
|