commit | dd97bfef26c28cd2a91e8fe7ad13cbfbd9535299 | [log] [tgz] |
---|---|---|
author | David Reid <dreid@dreid.org> | Thu Jan 16 19:46:22 2014 -0800 |
committer | David Reid <dreid@dreid.org> | Thu Jan 16 19:46:22 2014 -0800 |
tree | f51b5328d4139183f10121d97cf613317f41fa83 | |
parent | 5950fe9bbb4ddd3a3b285afc0c91fad26e21b191 [diff] |
Specify the epub theme to fix the epub build on RTD.
diff --git a/docs/conf.py b/docs/conf.py index fbd6d57..3486fb3 100644 --- a/docs/conf.py +++ b/docs/conf.py
@@ -270,3 +270,5 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'http://docs.python.org/': None} + +epub_theme = 'epub'