diff options
| author | hathach <[email protected]> | 2026-06-30 10:23:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-06-30 10:23:36 +0700 |
| commit | 0657ecf72839dbed263624af524d10d77d9c2b06 (patch) | |
| tree | ed75162feb26e48e54c454e7e8cde4c3f6744411 /docs | |
| parent | ebb2bbe3108b27563a190153f6b8a40e9023547c (diff) | |
Address Codex review: release skill + furo requirement
- make-release skill: stage new files with git add -A in finalize, use
unprefixed release tags (X.Y.Z), and run validate build steps in subshells
so the cwd doesn't leak between commands
- docs/requirements.txt: require furo>=2025.12.19 so the sidebar component
list in conf.py (incl. variant-selector.html) is always available
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index c94a3dd30..5ac42f097 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx>=5.0 -furo>=2020.12.30.b24 +furo>=2025.12.19 sphinx-autodoc-typehints>=1.10 myst-parser>=4.0 jinja2>=3.0.3 |
