From bb178f642920e0d1f64b233316361e965426586c Mon Sep 17 00:00:00 2001 From: VarMonke Date: Mon, 2 May 2022 21:45:39 +0530 Subject: [PATCH] uhg --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 7e5a803..3b119e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,6 +46,7 @@ extensions = [ autodoc_member_order = 'bysource' autodoc_typehints = 'none' +autodoc_moc_imports = ['sphinxcontrib_trio','typing_extensions'] # maybe consider this? # napoleon_attr_annotations = False