We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90972a commit 6edefc2Copy full SHA for 6edefc2
AUTHORS
@@ -47,3 +47,4 @@ Thanks to
47
* apollo13 for simplifying ``SearchForm.__init__``.
48
* Carl Meyer (carljm) for a patch regarding character primary keys.
49
* oyiptong for a patch regarding pickling.
50
+ * alfredo for a patch to generate epub docs.
docs/Makefile
@@ -73,3 +73,8 @@ linkcheck:
73
@echo
74
@echo "Link check complete; look for any errors in the above output " \
75
"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