mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-02 15:40:14 +00:00
Add a basic example dir with clone script.
This commit is contained in:
parent
4e9f1c02ea
commit
fcfd6f258d
@ -18,6 +18,6 @@ htmlhelp_basename = 'dotnetexampledoc'
|
||||
extensions = ['autoapi.extension', 'sphinxcontrib.dotnetdomain']
|
||||
|
||||
autoapi_type = 'dotnet'
|
||||
autoapi_dir = 'example'
|
||||
autoapi_dir = 'example/mvc/src/'
|
||||
autoapi_file_pattern = 'project.json'
|
||||
autoapi_ignore = ['toc.yml', 'index.yml']
|
||||
|
1
tests/dotnetexample/example/clone.sh
Executable file
1
tests/dotnetexample/example/clone.sh
Executable file
@ -0,0 +1 @@
|
||||
git clone https://github.com/aspnet/mvc
|
Loading…
Reference in New Issue
Block a user