From ea812d34a9ea7073375b7314b555e49a77b507a7 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 17 Nov 2016 19:09:25 -0800 Subject: [PATCH] Faster deploys, better docs --- .bumpversion.cfg | 2 ++ doc/makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 76bb735..3b6fc77 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -7,6 +7,8 @@ tag = True [bumpversion:file:doc/conf.py] +[bumpversion:file:doc/index.rst] + [bumpversion:file:abp/static/index.html] [bumpversion:file:README.md] diff --git a/doc/makefile b/doc/makefile index 35fe2d9..9cae1e1 100644 --- a/doc/makefile +++ b/doc/makefile @@ -192,5 +192,5 @@ pseudoxml: @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." deploy: - scp -r ./_build/html/* rpi:abp/ + rsync -uav ./_build/html/* rpi:abp/