diff options
author | Jack Lloyd <[email protected]> | 2017-12-20 15:54:49 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-20 15:54:49 -0500 |
commit | 50795d21c069d8dd090f85e93b290d83d820cde7 (patch) | |
tree | ad3d98785ea88a3f917d55eb5a1684703468634b /src/configs/sphinx | |
parent | 646ed79e273f8b51dd2071ac045522f3e0736a40 (diff) |
Remove use of Sphinx extlinks extension [ci skip]
Diffstat (limited to 'src/configs/sphinx')
-rw-r--r-- | src/configs/sphinx/conf.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/configs/sphinx/conf.py b/src/configs/sphinx/conf.py index ffd2ecd39..0534a9fa2 100644 --- a/src/configs/sphinx/conf.py +++ b/src/configs/sphinx/conf.py @@ -48,28 +48,8 @@ is_website_build = check_for_tag('website') needs_sphinx = '1.1' -extensions = ['sphinx.ext.extlinks'] - templates_path = ['templates'] -files_dir = 'https://botan.randombit.net/releases' - -extlinks = { - 'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''), - 'botan-devel': ('https://lists.randombit.net/pipermail/botan-devel/%s.html', None), - - 'cve': ('https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-'), - - 'tgz': (files_dir + '/Botan-%s.tgz', 'tar/gz for '), - 'tgz_sig': (files_dir + '/Botan-%s.tgz.asc', 'tar/gz sig '), - - 'installer_x86_32': (files_dir + '/win32/botan-%s-x86_32.exe', 'x86-32 '), - 'installer_x86_64': (files_dir + '/win32/botan-%s-x86_64.exe', 'x86-64 '), - - 'installer_sig_x86_32': (files_dir + '/win32/botan-%s-x86_32.exe.asc', None), - 'installer_sig_x86_64': (files_dir + '/win32/botan-%s-x86_64.exe.asc', None), -} - source_suffix = '.rst' source_encoding = 'utf-8-sig' |