From db6ebf0cde707762cdd928ebd5c4e25d31b77769 Mon Sep 17 00:00:00 2001 From: Viktor Shlapakov Date: Fri, 14 Jun 2019 10:18:23 +0300 Subject: [PATCH] Patch patched_make_field signature for RTD --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 70250439..aec987c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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()