Skip to content

chore: remove description_override (batch 4 - to google-cloud-dlp)#16888

Merged
parthea merged 3 commits intogoogleapis:mainfrom
jskeet:description-batch-4
Apr 30, 2026
Merged

chore: remove description_override (batch 4 - to google-cloud-dlp)#16888
parthea merged 3 commits intogoogleapis:mainfrom
jskeet:description-batch-4

Conversation

@jskeet
Copy link
Copy Markdown
Contributor

@jskeet jskeet commented Apr 30, 2026

No description provided.

@jskeet jskeet requested a review from parthea April 30, 2026 06:53
@jskeet jskeet requested review from a team as code owners April 30, 2026 06:53
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates API descriptions across numerous Google Cloud Python client libraries by migrating descriptions from a central configuration file to individual package metadata and README files. Feedback was provided regarding the removal of the -W flag in the documentation build for the Google Analytics Data package, noting that treating warnings as errors is crucial for maintaining documentation quality in CI and that such configuration changes should be applied consistently.

Comment on lines 393 to 394
"-T", # show full traceback on exception
"-N", # no colors
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Removing the -W flag from sphinx-build prevents warnings from being treated as errors. This can allow documentation issues like broken links or syntax errors to go unnoticed in CI. Furthermore, changes to shared configurations should be applied consistently across all relevant packages in a dedicated, universal change rather than piecemeal in individual pull requests.

Suggested change
"-T", # show full traceback on exception
"-N", # no colors
"-W", # warnings as errors
"-T", # show full traceback on exception
"-N", # no colors
References
  1. Changes to shared configurations, like mypy flags, should be applied consistently across all relevant packages in a dedicated, universal change rather than piecemeal in individual pull requests.

@parthea parthea merged commit ba51429 into googleapis:main Apr 30, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants