mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-19 15:25:31 +00:00
Add vbproj to dotnet default mapping
This commit is contained in:
parent
6ae1ddaf42
commit
c20783558e
@ -43,7 +43,7 @@ def run_autoapi(app):
|
|||||||
|
|
||||||
default_file_mapping = {
|
default_file_mapping = {
|
||||||
'python': ['*.py'],
|
'python': ['*.py'],
|
||||||
'dotnet': ['project.json', '*.csproj'],
|
'dotnet': ['project.json', '*.csproj', '*.vbproj'],
|
||||||
'go': ['*.go'],
|
'go': ['*.go'],
|
||||||
'javascript': ['*.js'],
|
'javascript': ['*.js'],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user