Notes for astroplan - reproducible builds result

Version annotated: 0.9.1-2
Identified issues:
Identifier: captures_environment_in_sphinx_autodoc
Description The autodoc extension for Sphinx can dynamically evaluate function signatures,
and when default values for function parameters include environment context this
can cause reproducibility failures.
.
As a workaround, the autodoc_preserve_defaults setting can be enabled.
https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_preserve_defaults
Identifier: randomness_in_svg_generated_by_matplotlib
URL https://github.com/matplotlib/matplotlib/issues/27831
Description The SVG output of matplotlib includes some diagram-internal element ID
attributes. Some of these can be made deterministic by configuring the
`svg.hashsalt` rcParam.
Bugs noted: 1064858: "python-astroplan-doc: please make the package build reproducible."
Comments: Affected by some non-determinism in matplotlib.pyplot SVG output.
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).