Skip to content

Instantly share code, notes, and snippets.

@justinanderson
Last active December 14, 2015 08:59
Show Gist options
  • Select an option

  • Save justinanderson/5062151 to your computer and use it in GitHub Desktop.

Select an option

Save justinanderson/5062151 to your computer and use it in GitHub Desktop.
Sublime build config for Sphinx on OS X.
{
"cmd": ["make", "html", "SPHINXBUILD=/usr/local/bin/sphinx-build"],
"file_regex": "(/.+):(\\d*): [A-Z]+:",
"working_dir": "${project_path:${folder}}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment