[py] Include generated BiDi modules in API docs#17375
[py] Include generated BiDi modules in API docs#17375cgoldberg wants to merge 1 commit intoSeleniumHQ:trunkfrom
Conversation
Review Summary by QodoInclude generated BiDi modules in Python API documentation
WalkthroughsDescription• Ensures generated BiDi modules are included in API docs • Invokes py:local_dev task before generating docs • Adds missing BiDi modules to documentation index • Includes api_request_context and _event_manager modules File Changes1. rake_tasks/python.rake
|
Code Review by Qodo
1. BiDi docs missing in RTD
|
💥 What does this PR do?
This PR updates the
./go py:docstask so it runs./go py:local_devbefore creating the API docs. This ensures generated BiDi modules are copied into the source tree from Bazel output first. Without this, API docs for generated BiDi modules are not included.🔧 Implementation Notes
🤖 AI assistance
💡 Additional Considerations
🔄 Types of changes