Browse Source

chore: added sphinx debug

pull/426/head
Parodi, Eugenio 🌶 9 months ago
parent
commit
626ae61483
  1. 18
      .vscode/launch.json

18
.vscode/launch.json vendored

@ -30,12 +30,12 @@
"request": "launch", "request": "launch",
"program": "${file}", "program": "${file}",
"console": "integratedTerminal", "console": "integratedTerminal",
"justMyCode": true, "justMyCode": false,
"env": { "env": {
"PYTHONPATH": "libs/pyTermTk/" "PYTHONPATH": "libs/pyTermTk/"
}, },
"args": [ "args": [
"tools/webExporter/js/ttkproxy.js" "experiments/social/img2.png"
] ]
}, },
{ {
@ -152,5 +152,19 @@
"-t" "-t"
] ]
}, },
{
"name": "Python: sphinx",
"type": "debugpy",
"request": "launch",
"program": ".venv/bin/sphinx-build",
"console": "integratedTerminal",
"justMyCode": false,
"args": [
"docs/source", "_build"
],
"env": {
"PYTHONPATH": "libs/pyTermTk/"
},
},
] ]
} }
Loading…
Cancel
Save