From d95c847b3f6881c40237a535a8112dfd2da83f48 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:18:48 -0400 Subject: [PATCH] fix(docs): fix deploy workflow --- docs/conf.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2e32ea06..72a4fda3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,21 +54,7 @@ 'undoc-members': True, 'member-order': 'groupwise', # hide private methods that aren't relevant to us here - 'exclude-members': [ - '__new__', - '_abc_impl', - '_fget', - '_fset', - '_fdel', - '_ASyncSingletonMeta__instances', - '_ASyncSingletonMeta__lock', - '_is_protocol', - 'fromkeys', - 'default_factory', - 'setdefault', - '_getitem_nochecksum', - '_setitem_nochecksum', - ], + 'exclude-members': '__new__,_abc_impl,_fget,_fset,_fdel,_ASyncSingletonMeta__instances,_ASyncSingletonMeta__lock,_is_protocol,fromkeys,default_factory,setdefault,_getitem_nochecksum,_setitem_nochecksum' } autodoc_typehints = "description" # Don't show class signature with the class' name.