diff --git a/tests/dotnetexample/conf.py b/tests/dotnetexample/conf.py index 9f45deb..5a4b3b7 100644 --- a/tests/dotnetexample/conf.py +++ b/tests/dotnetexample/conf.py @@ -18,6 +18,5 @@ htmlhelp_basename = 'dotnetexampledoc' extensions = ['autoapi.extension', 'sphinxcontrib.dotnetdomain'] autoapi_type = 'dotnet' -autoapi_dir = 'example/mvc/src/' -autoapi_file_pattern = 'project.json' -autoapi_ignore = ['toc.yml', 'index.yml'] +autoapi_dir = 'example/corefx/src' +autoapi_ignore = ['*toc.yml', '*index.yml', '*tests*tests*']