Skip to content

chore: enable generation of google-cloud-dialogflow-cx#16724

Merged
jskeet merged 1 commit intogoogleapis:mainfrom
jskeet:regenerate-dialogflow-cx
Apr 20, 2026
Merged

chore: enable generation of google-cloud-dialogflow-cx#16724
jskeet merged 1 commit intogoogleapis:mainfrom
jskeet:regenerate-dialogflow-cx

Conversation

@jskeet
Copy link
Copy Markdown
Contributor

@jskeet jskeet commented Apr 20, 2026

No description provided.

@jskeet jskeet requested a review from parthea April 20, 2026 14:32
@jskeet jskeet requested a review from a team as a code owner April 20, 2026 14:32
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 the Dialogflow CX Python client by adding API descriptions to metadata and README files, and removing the skip_generate flag in librarian.yaml. The review identified critical issues with the reStructuredText formatting in the README files, where descriptions were incorrectly placed in hyperlink targets, which would break the links. Additionally, the removal of the -W flag in the noxfile.py was flagged as it reduces documentation quality by allowing warnings to pass during the build process.

Comment on lines 392 to 393
"sphinx-build",
"-W", # warnings as errors
"-T", # show full traceback on exception
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

The -W flag (warnings as errors) was removed from the sphinx-build command. This flag is important for maintaining documentation quality by ensuring that any syntax errors or broken references are caught during the build process. It should be restored, especially since the changes in the README files appear to introduce documentation warnings.

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

Comment on lines +6 to +7
`Dialogflow CX`_: Builds conversational interfaces (for example, chatbots, and voice-powered
apps and devices).
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

The hyperlink target definition for Dialogflow CX is incorrectly formatted. In reStructuredText, the syntax `Name`_: Text expects Text to be a URL. Providing a description instead will break the link and likely cause a Sphinx warning. The description should be placed on a separate line, and the link should point to the product documentation.

Suggested change
`Dialogflow CX`_: Builds conversational interfaces (for example, chatbots, and voice-powered
apps and devices).
`Dialogflow CX`_: https://cloud.google.com/dialogflow/cx/docs
Builds conversational interfaces (for example, chatbots, and voice-powered
apps and devices).

Comment on lines +6 to +7
`Dialogflow CX`_: Builds conversational interfaces (for example, chatbots, and voice-powered
apps and devices).
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

The hyperlink target definition for Dialogflow CX is incorrectly formatted. In reStructuredText, the syntax `Name`_: Text expects Text to be a URL. Providing a description instead will break the link and likely cause a Sphinx warning. The description should be placed on a separate line, and the link should point to the product documentation.

Suggested change
`Dialogflow CX`_: Builds conversational interfaces (for example, chatbots, and voice-powered
apps and devices).
`Dialogflow CX`_: https://cloud.google.com/dialogflow/cx/docs
Builds conversational interfaces (for example, chatbots, and voice-powered
apps and devices).

@jskeet jskeet merged commit b68650d into googleapis:main Apr 20, 2026
30 checks passed
@jskeet jskeet deleted the regenerate-dialogflow-cx branch April 20, 2026 14:42
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