commit | c30519219627ddad24b3c60f419683183ae19c20 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Apr 09 17:58:56 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Apr 09 17:58:56 2008 +0000 |
tree | 0b4e3d98ae1940dc778ed25884e271b63eef655a | |
parent | 99bb5f3fef86bae6512e2bf18f85a42f05cf0e09 [diff] [blame] |
Add :issue: directive for easy linking to bugs.python.org.
diff --git a/Doc/conf.py b/Doc/conf.py index f6c08c5..6a45242 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -14,7 +14,7 @@ # --------------------- extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage', - 'sphinx.ext.doctest'] + 'sphinx.ext.doctest', 'pyspecific'] templates_path = ['tools/sphinxext'] # General substitutions.