Skip to content

Commit 6edefc2

Browse files
Alfredotoastdriven
Alfredo
authored andcommitted
Added the ability to build epub versions of the docs.
1 parent e90972a commit 6edefc2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ Thanks to
4747
* apollo13 for simplifying ``SearchForm.__init__``.
4848
* Carl Meyer (carljm) for a patch regarding character primary keys.
4949
* oyiptong for a patch regarding pickling.
50+
* alfredo for a patch to generate epub docs.

docs/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@ linkcheck:
7373
@echo
7474
@echo "Link check complete; look for any errors in the above output " \
7575
"or in _build/linkcheck/output.txt."
76+
77+
epub:
78+
$(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) _build/epub
79+
@echo
80+
@echo "Build finished. The epub file is in _build/epub."

0 commit comments

Comments
 (0)