rtd theme and makeflie command to upload

This commit is contained in:
Benjamin Bertrand
2016-01-24 08:29:05 +03:00
parent 945e503737
commit 0e07c44d4a
2 changed files with 31 additions and 2 deletions

View File

@@ -175,3 +175,11 @@ pseudoxml:
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
SSH_CONF=kimsufi
SSH_TARGET_DIR=/var/www/opytex.org/pymath
rsync_upload: html
rsync -e "ssh" -P -rvzc --delete $(BUILDDIR)/html/ $(SSH_CONF):$(SSH_TARGET_DIR) --cvs-exclude