aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.vscode/settings.json
blob: 355946f4b40650641c8778b2094af9e420af5942 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "restructuredtext.preview.name": "sphinx",
    "iis.configDir": "",
    "livePreview.defaultPreviewPath": "/docs/_build/html/index.html",
    "Lua.diagnostics.disable": [
        "doc-field-no-class"
    ]
}