Ashley Whetter
Ashley Whetter
> Now, the reason AFAICT that these fields are all marked as optional is that the type annotations are declared in `__init__` but the values for those fields are not...
I wasn't planning on implementing it in autodoc myself because my use case doesn't require it. But I can implement it if preferred. Either way I figured it belonged in...
We recently added support for using `suppress_warnings` (#277). It doesn't differentiate between local and external imports though.
Actually even if I include that remote schema, DefImpact still isn't created.
I eventually got this to work by moving the definition of baseMetricV2 and baseMatricV3 to top level definitions, and `def_impact` references those definitions. So it appears that nested structs are...
I've haven't checked this yet but I think that it's a behaviour of autodoc. The manual directives are built on top of autodoc, and therefore we inherit some of the...
Closing as a duplicate of #298
To any first time contributors looking to resolve this issue, we can filter the list of directories here: https://github.com/readthedocs/sphinx-autoapi/blob/17ffa2d1b63bb36b8eb55e8fd22e6707a57e7a5b/autoapi/mappers/base.py#L239
AutoAPI doesn't check if Python files have already changed. It would also need to check if an object that's in a changed file gets imported into any other files, and...
This is always going to be a limitation of static analysis. We can't cater for every possible thing that can happen at runtime. I think it would be reasonable to...