Open
Description
I can't remember if we moved from readthedocs or just started on gh-pages, but we now have versioned docs at https://nipreps.org/smriprep using an unmaintained Sphinx plugin called sphinxcontrib-versioning. I see niworkflows was moved away to some custom code (nipreps/niworkflows#656). It's unclear to me how much advantage we derive from maintaining old versions, and even less building the code ourselves to do it when readthedocs exists.
I see four options for sMRIPrep in rough order of preference:
- Move (back?) to ReadTheDocs and use normal Sphinx
- Drop versioning altogether and just push a single version to gh-pages
- Move to (and maintain) GitHub actions custom code
- Maintain a fork of sphinxcontrib-versioning
I think 4 is a bad choice but possibly the quickest path forward in the short term (we're already pinning @rwblair's fork).