Skip to content

Commit

Permalink
docs: configure project folders for esbonio extension
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Apr 8, 2023
1 parent 484377d commit 3adbff4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"esbonio.sphinx.confDir": "doc",
"esbonio.sphinx.confDir": "${workspaceFolder}/doc",
"esbonio.sphinx.buildDir": "${workspaceFolder}/out/html",
"editor.rulers": [
80,
100
Expand Down Expand Up @@ -292,4 +293,4 @@
"files.exclude": {
"**/.sphinx": true
},
}
}

0 comments on commit 3adbff4

Please sign in to comment.