summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-04-09 17:58:56 +0000
committerGeorg Brandl <georg@python.org>2008-04-09 17:58:56 +0000
commitc30519219627ddad24b3c60f419683183ae19c20 (patch)
tree0b4e3d98ae1940dc778ed25884e271b63eef655a /Doc/conf.py
parent99bb5f3fef86bae6512e2bf18f85a42f05cf0e09 (diff)
downloadcpython-git-c30519219627ddad24b3c60f419683183ae19c20.tar.gz
Add :issue: directive for easy linking to bugs.python.org.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index f6c08c5178..6a452420fe 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -14,7 +14,7 @@ sys.path.append('tools/sphinxext')
# ---------------------
extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage',
- 'sphinx.ext.doctest']
+ 'sphinx.ext.doctest', 'pyspecific']
templates_path = ['tools/sphinxext']
# General substitutions.