Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions py/docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ webdriver.common

selenium.webdriver.common.action_chains
selenium.webdriver.common.alert
selenium.webdriver.common.api_request_context
selenium.webdriver.common.by
selenium.webdriver.common.desired_capabilities
selenium.webdriver.common.driver_finder
Expand Down Expand Up @@ -91,6 +92,7 @@ webdriver.common.bidi
.. autosummary::
:toctree: selenium_webdriver_common_bidi

selenium.webdriver.common.bidi._event_manager
selenium.webdriver.common.bidi.browser
selenium.webdriver.common.bidi.browsing_context
selenium.webdriver.common.bidi.cdp
Expand Down
2 changes: 2 additions & 0 deletions rake_tasks/python.rake
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ task :docs do |_task, arguments|
abort('Aborting documentation update: nightly versions should not update docs.')
end

# Run this task so generated modules are copied into the source tree before generating docs
Rake::Task['py:local_dev'].invoke
Rake::Task['py:docs_generate'].invoke
Comment thread
cgoldberg marked this conversation as resolved.

FileUtils.mkdir_p('build/docs/api')
Expand Down
Loading