aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-16 20:25:21 -0800
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-16 20:25:21 -0800
commit666bd2d7e162b3db0e6e74c6f4272d4dde2ac67f (patch)
treef51b5328d4139183f10121d97cf613317f41fa83
parent5950fe9bbb4ddd3a3b285afc0c91fad26e21b191 (diff)
parentdd97bfef26c28cd2a91e8fe7ad13cbfbd9535299 (diff)
downloadcryptography-666bd2d7e162b3db0e6e74c6f4272d4dde2ac67f.tar.gz
cryptography-666bd2d7e162b3db0e6e74c6f4272d4dde2ac67f.tar.bz2
cryptography-666bd2d7e162b3db0e6e74c6f4272d4dde2ac67f.zip
Merge pull request #474 from dreid/epub-theme
Specify the epub theme to fix the epub build on RTD.
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index fbd6d57b..3486fb38 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -270,3 +270,5 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
+
+epub_theme = 'epub'