diff options
author | Georg Brandl <georg@python.org> | 2008-04-09 17:58:56 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-04-09 17:58:56 +0000 |
commit | c30519219627ddad24b3c60f419683183ae19c20 (patch) | |
tree | 0b4e3d98ae1940dc778ed25884e271b63eef655a /Doc/conf.py | |
parent | 99bb5f3fef86bae6512e2bf18f85a42f05cf0e09 (diff) | |
download | cpython-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.py | 2 |
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. |