aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-11-04 11:46:05 -0800
committerDavid Reid <dreid@dreid.org>2013-11-04 11:46:05 -0800
commit70209175882b20ea691ff8ad8cdb46bc93049c7e (patch)
tree19a2849a58a7e382cf876647bca8a98d20ec397d
parentd3e4bc210aeb90d191f2d2fed05825e1858c3f72 (diff)
parent61570d03318c9daa7f8c2700fb0bc869119fd685 (diff)
downloadcryptography-70209175882b20ea691ff8ad8cdb46bc93049c7e.tar.gz
cryptography-70209175882b20ea691ff8ad8cdb46bc93049c7e.tar.bz2
cryptography-70209175882b20ea691ff8ad8cdb46bc93049c7e.zip
Merge pull request #220 from alex/docs-default
This is now the default theme on RTD
-rw-r--r--docs/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8e0fc7be..69be32e9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -252,7 +252,3 @@ 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