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
sphinx.errors.SphinxWarning: /home/runner/work/python-monitoring/python-monitoring/google/cloud/monitoring_v3/services/snooze_service/async_client.py:docstring of google.cloud.monitoring_v3.services.snooze_service.async_client.SnoozeServiceAsyncClient.update_snooze:42:Inline interpreted text or phrase reference start-string without end-string.
The issue is that the list is not being parsed correctly. Formatting issues appear in the docstring here.
For example, there is a large gap between two words considered read-only when it should be considered read-only
The text was updated successfully, but these errors were encountered:
See PR googleapis/python-monitoring#535 which has a docs presubmit failing with
The issue is that the list is not being parsed correctly. Formatting issues appear in the docstring here.
For example, there is a large gap between two words
considered read-only
when it should beconsidered read-only
The text was updated successfully, but these errors were encountered: