Size: 644
Comment: described current state
|
Size: 685
Comment: linked patch
|
Deletions are marked like this. | Additions are marked like this. |
Line 22: | Line 22: |
= Patch = [[attachment:sphinx.diff]] |
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.