diff --git a/fabfile.py b/fabfile.py deleted file mode 100644 index 1e25b13..0000000 --- a/fabfile.py +++ /dev/null @@ -1,17 +0,0 @@ -import os -from fabric.api import * - - -def scrub(): - """ Death to the bytecode! """ - local('rm -fr dist build') - local("find . -name \"*.pyc\" -exec rm '{}' ';'") - -def docs(): - """Build docs.""" - os.system('make dirhtml') - os.chdir('_build/dirhtml') - os.system('sphinxtogithub .') - os.system('git add -A') - os.system('git commit -m \'documentation update\'') - os.system('git push origin gh-pages') \ No newline at end of file