docs: Exclude README.md from toctree

This commit is contained in:
Pragyansh Chaturvedi
2026-01-29 11:35:24 +05:30
parent 3bff930e98
commit 4f56f8c426

View File

@ -101,3 +101,5 @@ autodoc_default_options = {
}
autodoc_typehints = "description"
exclude_patterns = ["README.md"]