diff options
| author | Georg Brandl <georg@python.org> | 2010-03-01 14:22:14 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-03-01 14:22:14 +0100 |
| commit | e18251d30ac297a9c87647553d76f35b55a4f4e6 (patch) | |
| tree | af81a116e2bfbc14a2bfb592eb487a963fcb5ff6 /doc/conf.py | |
| parent | ddad244565bea419c1a9f9d420d11161b8850b2d (diff) | |
| download | sphinx-e18251d30ac297a9c87647553d76f35b55a4f4e6.tar.gz | |
Add some domain documentation.
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 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('.'): |
