diff --git a/tests/toctreeexample/conf.py b/tests/toctreeexample/conf.py index 15dc48b..d2edf89 100644 --- a/tests/toctreeexample/conf.py +++ b/tests/toctreeexample/conf.py @@ -19,6 +19,3 @@ extensions = ['autoapi.extension'] autoapi_type = 'python' autoapi_dir = 'example' autoapi_file_pattern = '*.py' -autoapi_template_dir = 'template_overrides' - -exclude_patterns = [autoapi_template_dir] \ No newline at end of file