Several docs builds failing with unexpected indentation #1690
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
See build log here which shows several docs build failures with error message
unexpected indentation
. The issue is that sphinx expects a new line before a list, and most protos do not have this new line. For example, see this error belowhttps://github.com/googleapis/googleapis-gen/blob/52c83f985d3fe2c248378988aee6fda6606f9ef3/google/cloud/advisorynotifications/v1/advisorynotifications-v1-py/google/cloud/advisorynotifications_v1/types/service.py#L72
We have
but sphinx expects an additional line after the colon
The text was updated successfully, but these errors were encountered: