Make extlinks more flexible: use string substitution to build the full URL.

This commit is contained in:
Georg Brandl
2010-01-02 20:51:22 +01:00
parent 32437e45bd
commit 6b13a28c11
7 changed files with 34 additions and 12 deletions

View File

@@ -9,8 +9,6 @@ import sys, os, re
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
'sphinx.ext.autosummary']
extlinks = {'issue': ('http://bugs.python.org/issue', 'issue ')}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']