[Doc] Add versioning_policy doc (#62)

### What this PR does / why we need it?

This patch add the versioning policy doc for vllm-ascend

Reference:
- https://spark.apache.org/versioning-policy.html
- https://docs.openstack.org/project-team-guide/stable-branches.html
- https://github.com/pytorch/pytorch/blob/main/RELEASE.md

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
preview: https://vllm-ascend--62.org.readthedocs.build/en/62/

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
Yikun Jiang
2025-02-17 14:13:28 +08:00
committed by GitHub
parent 4544e99d88
commit a6f91f70b7
6 changed files with 150 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ exclude_patterns = [
'.venv',
'README.md',
# TODO(yikun): Remove this after zh supported
'developer_guide/contributing.zh.md'
'**/*.zh.md'
]
# -- Options for HTML output -------------------------------------------------