Create GitHub Pages docs with Sphinx (#11888)

This commit is contained in:
Christian Clauss
2024-10-08 19:09:28 +02:00
committed by GitHub
parent 260e3d8b35
commit e9e7c96465
16 changed files with 179 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
// Update 'VARIANT' to pick a Python version: 3, 3.11, 3.10, 3.9, 3.8
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
"VARIANT": "3.12-bookworm",
"VARIANT": "3.13-bookworm",
}
},