Holzhaus / sphinx-multiversion

Sphinx extension for building self-hosted versioned docs.
https://holzhaus.github.io/sphinx-multiversion/
BSD 2-Clause "Simplified" License
148 stars 65 forks source link

Building and publishing different versions separately #95

Open stefanseefeld opened 1 year ago

stefanseefeld commented 1 year ago

The existing documentation explains how to build documentation for multiple versions in a single command. I find a much more common use-case is to build (and publish) documentation for individual versions separately, then wanting to assemble them into a single "hub" (such as ReadTheDocs) as these new versions become available.

Is such a use-case already supported ? Is it documented and I just haven't found it yet ? If not, what would it take to add support for that ?