File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ def setup(app):
5555autodoc_default_options  =  {
5656    "members" : True ,
5757    "undoc-members" : True ,
58-     "private-members" : True ,
59-     "special-members" : True ,
58+     "special-members" : False ,
6059    "show-inheritance" : True ,
6160    "imported-members" : True ,
6261}
@@ -71,8 +70,8 @@ def setup(app):
7170napoleon_google_docstring  =  True 
7271napoleon_numpy_docstring  =  True 
7372napoleon_include_init_with_doc  =  True 
74- napoleon_include_private_with_doc  =  True 
75- napoleon_include_special_with_doc  =  True 
73+ napoleon_include_private_with_doc  =  False 
74+ napoleon_include_special_with_doc  =  False 
7675napoleon_use_admonition_for_examples  =  True 
7776napoleon_use_admonition_for_notes  =  True 
7877napoleon_use_admonition_for_references  =  True 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments