aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-10-22 16:35:04 -0700
committerDavid Reid <dreid@dreid.org>2013-10-22 16:35:04 -0700
commit45e416aaa8b7e0f6d1da3dd344b5e8bce178a529 (patch)
treec6ccd5e211b1adac6ac001ec5b589c27ed13ddbe
parentf54dcdbd3fd3653c56e6c8c0cdf8d7dcecd16c4a (diff)
parent7728516367e984ed75960c61432e441382a4d7c3 (diff)
downloadcryptography-45e416aaa8b7e0f6d1da3dd344b5e8bce178a529.tar.gz
cryptography-45e416aaa8b7e0f6d1da3dd344b5e8bce178a529.tar.bz2
cryptography-45e416aaa8b7e0f6d1da3dd344b5e8bce178a529.zip
Merge pull request #169 from alex/new-rtd-theme
Enable the new read the docs theme, it's pretty.
-rw-r--r--docs/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 16b1109e..a368ac70 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -248,3 +248,7 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
+
+
+# Enable the new ReadTheDocs theme
+RTD_NEW_THEME = True