summaryrefslogtreecommitdiff
path: root/tools/gitpod/settings.json
blob: 50296336dde42bb61e14a9aaac9ab3f389d534a3 (plain)
1
2
3
4
5
6
7
8
{
    "restructuredtext.updateOnTextChanged": "true",
    "restructuredtext.updateDelay": 300,
    "restructuredtext.linter.disabledLinters": ["doc8","rst-lint", "rstcheck"],
    "python.defaultInterpreterPath": "/home/gitpod/mambaforge3/envs/numpy-dev/bin/python",
    "esbonio.sphinx.buildDir": "${workspaceRoot}/doc/build/html",
    "esbonio.sphinx.confDir": ""
}