aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-01-16 19:46:22 -0800
committerDavid Reid <dreid@dreid.org>2014-01-16 19:46:22 -0800
commitdd97bfef26c28cd2a91e8fe7ad13cbfbd9535299 (patch)
treef51b5328d4139183f10121d97cf613317f41fa83 /docs/conf.py
parent5950fe9bbb4ddd3a3b285afc0c91fad26e21b191 (diff)
downloadcryptography-dd97bfef26c28cd2a91e8fe7ad13cbfbd9535299.tar.gz
cryptography-dd97bfef26c28cd2a91e8fe7ad13cbfbd9535299.tar.bz2
cryptography-dd97bfef26c28cd2a91e8fe7ad13cbfbd9535299.zip
Specify the epub theme to fix the epub build on RTD.
Diffstat (limited to 'docs/conf.py')
-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'