diff options
author | Kali Kaneko <kali@leap.se> | 2014-09-09 11:23:09 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-09-09 11:23:09 -0500 |
commit | 7e7db492bc1ea5f130d167ce55c9c63348d213d6 (patch) | |
tree | c14358712bfe7eb0256a18e353c5560bd3d6c523 | |
parent | 59daae11810d78b66eef6e2599bdfe550a2d27cf (diff) |
add command for building rtd docs
-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 4224d871..388b6c65 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 |