Skip to content

Reproducible builds for documentation

This commit addresses an issue in which dictionaries, when listed, were in a nondeterministic order. To fix this, using a PYTHONHASHSEED that is set to a constant number, in this case 0, will give deterministic output. This method was used in accordance to reccomendations found on the reproducible builds website. Feel free to ask any questions.

Merge request reports

Loading