Remove outdated test deps from dotnet

This commit is contained in:
Eric Holscher 2015-07-20 10:50:48 -07:00
parent 481bf32b15
commit 03eb110d1c

View File

@ -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*']