summaryrefslogtreecommitdiff
path: root/sphinx/ext/ifconfig.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-01 14:10:48 +0100
committerGeorg Brandl <georg@python.org>2010-01-01 14:10:48 +0100
commita03764f9ad900d31ff87f2a1bf3aa818399995f7 (patch)
treee153175b38cabd835ec31b6fb49e5d2da5b9bad3 /sphinx/ext/ifconfig.py
parentd79e012aaecfb68ee5e09ce6a1c3971d5d605847 (diff)
parent23cd8a9f62d9c4d8ec6e46165c42b2268c485bbe (diff)
downloadsphinx-a03764f9ad900d31ff87f2a1bf3aa818399995f7.tar.gz
merge with 0.6
Diffstat (limited to 'sphinx/ext/ifconfig.py')
-rw-r--r--sphinx/ext/ifconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/ext/ifconfig.py b/sphinx/ext/ifconfig.py
index 8129a8e1..cdb6e2c3 100644
--- a/sphinx/ext/ifconfig.py
+++ b/sphinx/ext/ifconfig.py
@@ -41,7 +41,8 @@ class IfConfig(Directive):
node.document = self.state.document
node.line = self.lineno
node['expr'] = self.arguments[0]
- self.state.nested_parse(self.content, self.content_offset, node)
+ self.state.nested_parse(self.content, self.content_offset,
+ node, match_titles=1)
return [node]