rtd theme and makeflie command to upload
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user