diff --git a/docs/conf.py b/docs/conf.py index f3fae445aceb52ed4eb71a6de44d084b4722cc0d..1b1859ba80a3b6060fc7c243fa89273b5b404915 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ html_theme_options = { 'logo_only': True, 'display_version': False, } -exclude_patterns = ['README.md'] +exclude_patterns = ['home.md'] extensions = ['myst_parser'] source_suffix = ['.rst', '.md'] def setup(app):