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 | 6ee0c7040d9bf8bb9f0fb33dccf80ea6a456c58c (patch) | |
tree | 1b865aa75f17d51dcdbed7e8eb3bef3b754a8ad4 /docs | |
parent | 6d35b3cdf749f1cf8dbc492185426f9385ed6fbf (diff) |
add command for building rtd docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index 4224d87..388b6c6 100644 --- a/docs/Makefile +++ b/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 |