Created
February 24, 2020 03:34
-
-
Save stancel/af7dfda5ad726b46f70b0c3e3c50e378 to your computer and use it in GitHub Desktop.
Default VSCode settings.json used in Sphinx documentation sites and repos.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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