Skip to content

Instantly share code, notes, and snippets.

@ymotongpoo
Created November 17, 2011 08:36
Show Gist options
  • Save ymotongpoo/1372699 to your computer and use it in GitHub Desktop.
Save ymotongpoo/1372699 to your computer and use it in GitHub Desktop.
build sphinx project using virtualenv
#! /bin/bash
source ~/.virtualenvs/sphinx/bin/activate
cd ~/docs/
make html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment