From 4f56f8c426d714a924386a1fac60d3411ff2b5e3 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Thu, 29 Jan 2026 11:35:24 +0530 Subject: [PATCH] docs: Exclude README.md from toctree --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 7fc73b5..8bddd93 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,3 +101,5 @@ autodoc_default_options = { } autodoc_typehints = "description" + +exclude_patterns = ["README.md"]