PyDoc: quiet wanings/prints when building docs
This commit is contained in:
@@ -419,7 +419,6 @@ def main():
|
||||
|
||||
fout.close()
|
||||
del fout
|
||||
print(OUT_RST)
|
||||
|
||||
|
||||
def arg_name_with_default(arg):
|
||||
|
||||
@@ -1228,7 +1228,6 @@ context_type_map = {
|
||||
"particle_system": [("ParticleSystem", False)],
|
||||
"particle_system_editable": [("ParticleSystem", False)],
|
||||
"property": [("AnyType", False), ("str", False), ("int", False)],
|
||||
"pointcloud": [("PointCloud", False)],
|
||||
"pose_bone": [("PoseBone", False)],
|
||||
"pose_object": [("Object", False)],
|
||||
"scene": [("Scene", False)],
|
||||
|
||||
@@ -685,10 +685,12 @@ def BuildRNAInfo():
|
||||
def _bpy_types_iterator():
|
||||
# Don't report when these types are ignored.
|
||||
suppress_warning = {
|
||||
"GeometrySet",
|
||||
"bpy_func",
|
||||
"bpy_prop",
|
||||
"bpy_prop_array",
|
||||
"bpy_prop_collection",
|
||||
"bpy_prop_collection_idprop",
|
||||
"bpy_struct",
|
||||
"bpy_struct_meta_idprop",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user