You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
See build log here which shows the docs build failure with error message Enumerated list ends without a blank line; unexpected unindent.. The issue is that lines in some list items are not indented. The list exists here , but it is not indented properly in the generated output here. For example, see this error below
sphinx.errors.SphinxWarning: /usr/local/google/home/partheniou/git/python-cloudbuild/google/cloud/devtools/cloudbuild_v1/types/cloudbuild.py:docstring of google.cloud.devtools.cloudbuild_v1.types.cloudbuild.BuildTrigger:40:Bullet list ends without a blank line; unexpected unindent.
name (str):
User-assigned name of the trigger. Must be
unique within the project. Trigger names must
meet the following requirements:
+ They must contain only alphanumeric characters
and dashes. + They can be 1-64 characters long.
+ They must begin and end with an alphanumeric
character.
but sphinx expects the text in the list items to be indented like this
name (str):
User-assigned name of the trigger. Must be
unique within the project. Trigger names must
meet the following requirements:
+ They must contain only alphanumeric characters
and dashes.
+ They can be 1-64 characters long.
+ They must begin and end with an alphanumeric
character.
See build log here which shows the docs build failure with error message
Enumerated list ends without a blank line; unexpected unindent.. The issue is that lines in some list items are not indented. The list exists here , but it is not indented properly in the generated output here. For example, see this error belowhttps://github.com/googleapis/googleapis-gen/blob/7e8867efbed7dbfe5ef6ec3c2c92a4bce4280f7a/google/devtools/cloudbuild/v1/devtools-cloudbuild-v1-py/google/cloud/devtools/cloudbuild_v1/types/cloudbuild.py#L2273-L2281
We have
but sphinx expects the text in the list items to be indented like this