Support versioning for mscclpp document (#724)

Show all the versions of mscclpp document on the webpage
https://microsoft.github.io/mscclpp/
Add sphinx-multiversion to generate documents for different versions.
Add version selector on document webpage.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Binyang Li <binyli@microsoft.com>
This commit is contained in:
Qinghua Zhou
2026-01-24 01:45:41 +08:00
committed by GitHub
parent 071dc92d38
commit 69d3b79ecd
8 changed files with 363 additions and 5 deletions

View File

@@ -43,7 +43,8 @@ jobs:
cd docs
rm -rf doxygen _build py_api
doxygen
make html
# Use multiversion target to build all versions
make multiversion
touch _build/html/.nojekyll
- name: Upload artifacts
uses: actions/upload-pages-artifact@v3