From 74c3e714a2f60a0300aad8896907d7268f395093 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Mon, 2 May 2022 21:48:17 +0530 Subject: [PATCH] why --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3b119e7..7944124 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ extensions = [ autodoc_member_order = 'bysource' autodoc_typehints = 'none' -autodoc_moc_imports = ['sphinxcontrib_trio','typing_extensions'] +autodoc_mock_imports = ['sphinxcontrib_trio','sphinxcontrib-serializinghtml','sphinxcontrib-qthelp','sphinxcontrib-jsmath','sphinxcontrib-htmlhelp','sphinxcontrib-devhelp','sphinxcontrib-applehelp ','typing_extensions'] # maybe consider this? # napoleon_attr_annotations = False