diff options
author | David Reid <dreid@dreid.org> | 2013-11-04 11:46:05 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2013-11-04 11:46:05 -0800 |
commit | 70209175882b20ea691ff8ad8cdb46bc93049c7e (patch) | |
tree | 19a2849a58a7e382cf876647bca8a98d20ec397d /docs/conf.py | |
parent | d3e4bc210aeb90d191f2d2fed05825e1858c3f72 (diff) | |
parent | 61570d03318c9daa7f8c2700fb0bc869119fd685 (diff) | |
download | cryptography-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
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
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 |