Skip to content

Commit

Permalink
Added the ability to build epub versions of the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo authored and toastdriven committed Nov 10, 2010
1 parent e90972a commit 6edefc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -47,3 +47,4 @@ Thanks to
* apollo13 for simplifying ``SearchForm.__init__``.
* Carl Meyer (carljm) for a patch regarding character primary keys.
* oyiptong for a patch regarding pickling.
* alfredo for a patch to generate epub docs.
5 changes: 5 additions & 0 deletions docs/Makefile
Expand Up @@ -73,3 +73,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."

0 comments on commit 6edefc2

Please sign in to comment.