Add a website update script

This commit is contained in:
Victor Zverovich
2016-05-08 08:03:01 -07:00
parent fb67a2f660
commit 140f11190b
3 changed files with 48 additions and 2 deletions
+1
View File
@@ -43,6 +43,7 @@ if build == 'Doc':
check_call(['sudo', 'dpkg', '-i', deb_file])
sys.path.insert(0, os.path.join(fmt_dir, 'doc'))
import build
build.create_build_env()
html_dir = build.build_docs()
repo = 'fmtlib.github.io'
if travis and 'KEY' not in os.environ: