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 | 9334d1537cc9fa76cb64b1cdf78f57a597c6ad25 (patch) | |
tree | af81a116e2bfbc14a2bfb592eb487a963fcb5ff6 /doc/conf.py | |
parent | 11bac45b10beb56c71eba2138c5d01dd203f163b (diff) | |
download | sphinx-git-9334d1537cc9fa76cb64b1cdf78f57a597c6ad25.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 b0e847e78..03dac676c 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('.'): |