commit | 1a67f589c623316d581b45440aa03928a7814c0d | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Jan 08 04:01:00 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Jan 08 04:01:00 2009 +0000 |
tree | 68c0738209b847b1d209be9160d1cd3c251a67d2 | |
parent | 35b345484dfb5377f8ca51e620db6b321972913b [diff] [blame] |
use new sphinx modules
diff --git a/Doc/tools/sphinxext/suspicious.py b/Doc/tools/sphinxext/suspicious.py index 9a2f601..ae11793 100644 --- a/Doc/tools/sphinxext/suspicious.py +++ b/Doc/tools/sphinxext/suspicious.py
@@ -45,7 +45,7 @@ import csv import re from docutils import nodes -from sphinx.builder import Builder +from sphinx.builders import Builder detect_all = re.compile(ur''' ::(?=[^=])| # two :: (but NOT ::=)