Skip to content

Commit

Permalink
Add VSCode task to run sphinx linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Jan 12, 2022
1 parent 9e36ac8 commit b7f2e2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"kind": "build",
"isDefault": true
}
},
{
"label": "sphinx linkcheck",
"type": "shell",
"command": "source activate moad-docs && make clean linkcheck",
"problemMatcher": [],
}
]
}

0 comments on commit b7f2e2a

Please sign in to comment.