diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-14 08:10:49 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-14 08:10:49 -0800 |
commit | ca4a22b4dea8243d02bc4a2699048694e591ae75 (patch) | |
tree | ed7403a37084a7e2e1b6c363e25b39877a5a3f4a /docs/conf.py | |
parent | b9dd85c661f405099a88b7a76aefde5f59a6b985 (diff) | |
parent | 383a04cf47cef37ec94dcc56f52c0e6a18013dcb (diff) | |
download | cryptography-ca4a22b4dea8243d02bc4a2699048694e591ae75.tar.gz cryptography-ca4a22b4dea8243d02bc4a2699048694e591ae75.tar.bz2 cryptography-ca4a22b4dea8243d02bc4a2699048694e591ae75.zip |
Merge pull request #283 from juliankrause/constant_time
Beginnings of a constant_time module.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 77050e72..5092e4d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -257,6 +257,5 @@ texinfo_documents = [ # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' - # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'http://docs.python.org/': None} |