Skip to content

Commit

Permalink
Patch patched_make_field signature for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
vshlapakov committed Aug 20, 2019
1 parent 6ede98f commit db6ebf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

# disable cross-reference for ivar
# patch taken from http://stackoverflow.com/a/41184353/1932023
def patched_make_field(self, types, domain, items):
def patched_make_field(self, types, domain, items, env=None):
# type: (List, unicode, Tuple) -> nodes.field
def handle_item(fieldarg, content):
par = nodes.paragraph()
Expand Down

0 comments on commit db6ebf0

Please sign in to comment.