Skip to content

Commit

Permalink
added make_docs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jan 18, 2015
1 parent 2f63093 commit e039a81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions make_docs.py
@@ -0,0 +1,9 @@
#!/usr/bin/env python

import os

os.chdir("docs")

os.system("make html")
os.chdir("..")
os.system("python setup.py upload_docs --upload-dir docs/build/html")

0 comments on commit e039a81

Please sign in to comment.