From d2e0bdb6f0f31c58ffe7f12c5ad5769e15b7e5d7 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Mon, 20 Jul 2015 11:31:38 -0700 Subject: [PATCH] Still point at mvc --- tests/dotnetexample/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dotnetexample/conf.py b/tests/dotnetexample/conf.py index 5a4b3b7..bfa6ad7 100644 --- a/tests/dotnetexample/conf.py +++ b/tests/dotnetexample/conf.py @@ -18,5 +18,5 @@ htmlhelp_basename = 'dotnetexampledoc' extensions = ['autoapi.extension', 'sphinxcontrib.dotnetdomain'] autoapi_type = 'dotnet' -autoapi_dir = 'example/corefx/src' +autoapi_dir = 'example/mvc/src' autoapi_ignore = ['*toc.yml', '*index.yml', '*tests*tests*']