From 64e4bf11a34e8feae6377fd895c835dcc414fdbf Mon Sep 17 00:00:00 2001 From: AlexWells Date: Mon, 12 Jul 2021 08:26:24 +0100 Subject: [PATCH] Remove unused restructuredtext settings Doing it on the right branch this time! --- .vscode/settings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8f465af6d..f5e63eb54 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,4 @@ "source.organizeImports": true //TODO: May want to not specify this, as it'll reformat a lot of code? Just imports though so probably okay }, "python.pythonPath": "/home/tom/.local/share/virtualenvs/PandABlocks-client-iNSfgxBb/bin/python", - "restructuredtext.confPath": "${workspaceFolder}/docs", //TODO: Add restructured text extension, or delete these lines - "restructuredtext.builtDocumentationPath": "${workspaceFolder}/build/html", - -} +} \ No newline at end of file