Update doc 0.7.4 (#6956)

This commit is contained in:
Eric Zhu 2025-08-19 11:40:36 -07:00 committed by GitHub
parent 4b5e358053
commit 00d6e78313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 2 deletions

View File

@ -90,6 +90,7 @@ body:
multiple: false
options:
- "Python dev (main branch)"
- "Python 0.7.4"
- "Python 0.7.3"
- "Python 0.7.2"
- "Python 0.7.1"

View File

@ -39,7 +39,7 @@ jobs:
poe-dir: ".",
},
{
ref: "python-v0.7.3",
ref: "python-v0.7.4",
dest-dir: stable,
uv-version: "0.7.13",
sphinx-release-override: "stable",
@ -206,6 +206,13 @@ jobs:
sphinx-release-override: "",
poe-dir: ".",
},
{
ref: "python-v0.7.4",
dest-dir: "0.7.4",
uv-version: "0.7.13",
sphinx-release-override: "",
poe-dir: ".",
},
]
steps:
- name: Checkout

View File

@ -5,11 +5,16 @@
"url": "/autogen/dev/"
},
{
"name": "0.7.3 (stable)",
"name": "0.7.4 (stable)",
"version": "stable",
"url": "/autogen/stable/",
"preferred": true
},
{
"name": "0.7.3",
"version": "0.7.3",
"url": "/autogen/0.7.3/"
},
{
"name": "0.7.2",
"version": "0.7.2",