From 03eb110d1c71c1ad6e40f856b5eb5c8ff96090ff Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Mon, 20 Jul 2015 10:50:48 -0700 Subject: [PATCH] Remove outdated test deps from dotnet --- tests/dotnetexample/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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*']