Skip to content

Instantly share code, notes, and snippets.

@zdway10
Forked from xiaolai/Sphinx.sublime-build
Created March 17, 2020 22:54
Show Gist options
  • Save zdway10/e2e08cc152d6ea79907092b08c12bb14 to your computer and use it in GitHub Desktop.
Save zdway10/e2e08cc152d6ea79907092b08c12bb14 to your computer and use it in GitHub Desktop.
Sphinx build
{
"cmd": ["make", "clean"],
"cmd": ["make", "html"],
"working_dir": "${project_path:${folder}}",
"selector": "text.restructuredtext"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment