Skip to content

Instantly share code, notes, and snippets.

@akautm
Created July 24, 2012 16:09
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akautm/3170911 to your computer and use it in GitHub Desktop.
Save akautm/3170911 to your computer and use it in GitHub Desktop.
Sublime Text 2 Sphinx Build Setting
{
"cmd": ["make", "html"],
"working_dir": "${project_path:${folder}}",
"windows":
{
"cmd": ["make.bat", "html"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment