summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-01 14:22:14 +0100
committerGeorg Brandl <georg@python.org>2010-03-01 14:22:14 +0100
commite18251d30ac297a9c87647553d76f35b55a4f4e6 (patch)
treeaf81a116e2bfbc14a2bfb592eb487a963fcb5ff6 /doc/conf.py
parentddad244565bea419c1a9f9d420d11161b8850b2d (diff)
downloadsphinx-e18251d30ac297a9c87647553d76f35b55a4f4e6.tar.gz
Add some domain documentation.
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 b0e847e7..03dac676 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -67,7 +67,7 @@ man_pages = [
from sphinx import addnodes
-dir_sig_re = re.compile(r'\.\. ([^:]+)::(.*)$')
+dir_sig_re = re.compile(r'\.\. (.+?)::(.*)$')
def parse_directive(env, sig, signode):
if not sig.startswith('.'):