diff options
| -rw-r--r-- | mail/docs/Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/mail/docs/Makefile b/mail/docs/Makefile index 4224d87..388b6c6 100644 --- a/mail/docs/Makefile +++ b/mail/docs/Makefile @@ -175,3 +175,5 @@ pseudoxml:  	$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml  	@echo  	@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." +build_rtd: +	curl -X POST http://readthedocs.org/build/leapmail | 
