From 26d05175c08ce1f71b5f6fc0a0c5f8578b931f36 Mon Sep 17 00:00:00 2001 From: Andrew Barna Date: Fri, 2 Aug 2019 13:17:57 -0700 Subject: [PATCH] remove type annotations from autodoc method signatures (#3179) --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 237669460b2..3e64555bf86 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -83,6 +83,7 @@ } autosummary_generate = True +autodoc_typehints = 'none' numpydoc_class_members_toctree = True numpydoc_show_class_members = False