diff options
author | lloyd <[email protected]> | 2012-07-06 18:22:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-07-06 18:22:23 +0000 |
commit | 73929a5a9e4d56bc8d243cd318c95a78385c3539 (patch) | |
tree | cfa18cdae30b68ba69108ecb2977f6d5632099c6 /doc/conf.py | |
parent | 542f427fad59def76b2e86b73ffb4ca45d546684 (diff) |
Add wikipedia extlinks target. Warn about SRP verifier being secret
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 553006954..c03e922d0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,6 +56,8 @@ extlinks = { 'tbz': ('http://botan.randombit.net/files/Botan-%s.tbz', 'tar/bzip for '), 'tbz_sig': ('http://botan.randombit.net/files/Botan-%s.tbz.asc', 'tar/bzip sig '), + 'wikipedia': ('http://en.wikipedia.org/wiki/%s', ''), + 'viewmtn': ('http://viewmtn.randombit.net/tree/h:%s', ''), 'botan-devel': ('http://lists.randombit.net/pipermail/botan-devel/%s.html', None), |