summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 1980953ab..788cc94ee 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -78,3 +78,8 @@ linkcheck:
@echo
@echo "Link check complete; look for any errors in the above output " \
"or in .build/linkcheck/output.txt."
+
+epub:
+ $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) .build/epub
+ @echo
+ @echo "Build finished. The epub file is in .build/epub."