Size: 741
Comment: listed unsorted files
|
Size: 497
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
= 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. |
|
Line 23: | Line 16: |
None yet. = Patch = [[attachment:sphinx.diff]] |
Patch submitted as Bug:776443. |
python-sphinx creates unreproducible documentation by:
- embedding object memory addresses,
- producing unsorted files:
- searchindex.js
- objects.inv
Detection
Example debbindiff output with memory references and an unsorted index file
Solution
Patch submitted as 776443.