Minor warning fixes

This commit is contained in:
Istvan Kiss
2024-01-30 14:05:35 +01:00
parent 8563784791
commit 378ef08233
2 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ article_pages = [
{"file":"rocm-a-z", "os":["linux", "windows"]},
]
exclude_patterns = ['temp']
exclude_patterns = ['temp', 'release/versions.md']
external_toc_path = "./sphinx/_toc.yml"