python-sphinx creates unreproducible documentation by:
- writing object memory references,
- writing an unsorted index file in json format,
Detection
Example debbindiff output with memory references and an unsorted index file
Work in Progress
An initial patch for the Sphinx issue is attached to this Wiki page. It will produce sorted searchindex.js and objects.inv files.
A solution for the embedded memory addresses is still missing.
Solution
None yet.