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"]