Skip to content

Commit db6ebf0

Browse files
committed
Patch patched_make_field signature for RTD
1 parent 6ede98f commit db6ebf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174

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

0 commit comments

Comments
 (0)