Skip to content

Instantly share code, notes, and snippets.

@stancel
Created February 24, 2020 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stancel/af7dfda5ad726b46f70b0c3e3c50e378 to your computer and use it in GitHub Desktop.
Save stancel/af7dfda5ad726b46f70b0c3e3c50e378 to your computer and use it in GitHub Desktop.
Default VSCode settings.json used in Sphinx documentation sites and repos.
{
"restructuredtext.builtDocumentationPath": "${workspaceRoot}/_build/html",
"restructuredtext.updateOnTextChanged" : "true",
"restructuredtext.updateDelay" : 300,
"restructuredtext.languageServer.disabled": false,
//"restructuredtext.sphinxBuildPath": "${workspaceFolder}/source/_build/html"
"restructuredtext.confPath": "${workspaceFolder}/source",
"restructuredtext.linter.extraArgs": [
"--ignore D001"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment