ni / nimi-python

Python bindings for NI Modular Instrument drivers.
Other
111 stars 84 forks source link

Create docs requirements files for reproducible docs builds #1968

Open ni-jfitzger opened 1 year ago

ni-jfitzger commented 1 year ago

Description of issue

Our original nimi-python ReadTheDocs project used the dependencies listed here, by default.

Newer projects use the latest stuff, which is a moving target. Since we've decided to replace our original project with new independent projects, we should lock down our docs build deps, so that our rendered documentation doesn't suddenly change on us.

ni-jfitzger commented 8 months ago

This would need to be balanced with a change to our release process to include periodically updating dependencies to tackle accumulated tech debt.