mhe / pynrrd

Simple pure-python module for reading and writing nrrd files.
https://pynrrd.readthedocs.io/
MIT License
116 stars 51 forks source link

Pin deps for ReadTheDocs #139

Closed addisonElliott closed 2 years ago

addisonElliott commented 2 years ago

Update docs/requirements.txt to include pinned deps. This is done according to the advice from ReadTheDocs here: https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pinning-dependencies

Additionally, add specific pinned versions of Sphinx and sphinx_rtd_theme in order to produce a consistent result as what's seen locally.