The API section in the [OpenTelemetry OTLP Exporters](https://opentelemetry-python.readthedocs.io/en/latest/exporter/otlp/otlp.html#api) documentation page is not being generated. According to [otlp.rst](https://github.com/open-telemetry/opentelemetry-python/blob/main/docs/exporter/otlp/otlp.rst), it should be generated: ```rst .. automodule:: opentelemetry.exporter.otlp.proto.grpc :members: :undoc-members: :show-inheritance: ```
The API section in the OpenTelemetry OTLP Exporters documentation page is not being generated. According to otlp.rst, it should be generated: