diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-05-15 23:02:36 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-05-15 23:02:36 +0000 |
| commit | 66fd824ee08d7cbb1f359c981d9079f7c82beb70 (patch) | |
| tree | b13ee10ac461450bbd36e73cf95541f4a55e6cd5 | |
| parent | ce6072aa963a0a8ec9e4330668f3ffecb907411b (diff) | |
Fixed djangodocs Sphinx extension to work with latest Sphinx
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/_ext/djangodocs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_ext/djangodocs.py b/docs/_ext/djangodocs.py index eec0983307..5d49ef0e97 100644 --- a/docs/_ext/djangodocs.py +++ b/docs/_ext/djangodocs.py @@ -134,6 +134,7 @@ class DjangoHTMLTranslator(SmartyPantsHTMLTranslator): def visit_desc_parameterlist(self, node): self.body.append('(') self.first_param = 1 + self.param_separator = node.child_text_separator def depart_desc_parameterlist(self, node): self.body.append(')') |
