For class documentation, let's add an option to render the inheritance chain (and set it True by default). Here is where it lives on the object: ```python from quartodoc import get_object obj = get_object("quartodoc.MdRenderer") obj.bases ```