Skip to content

Commit

Permalink
Fixed djangodocs Sphinx extension to work with latest Sphinx
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
spookylukey committed May 15, 2011
1 parent ce6072a commit 66fd824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_ext/djangodocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def visit_table(self, node):
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(')')
Expand Down

0 comments on commit 66fd824

Please sign in to comment.