Cleaned up Py doc sphinx warnings/errors and added README#14191
Cleaned up Py doc sphinx warnings/errors and added README#14191VietND96 merged 3 commits intoSeleniumHQ:trunkfrom
Conversation
- Cleaned up various sphinx build error and warnings - Added py/docs/README.rst leaving some instructions for the next person
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
…arnings Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
User description
Fixed Py documentation issues and added README focused on Py docs
Description
Types of changes
Checklist
PR Type
Bug fix, Documentation
Description
Changes walkthrough 📝
webdriver.py
Fix Sphinx warnings/errors in Chromium WebDriver docstringspy/selenium/webdriver/chromium/webdriver.py
warnings/errors.
print_page_options.py
Correct spelling and formatting in PrintOptions docstringspy/selenium/webdriver/common/print_page_options.py
virtual_authenticator.py
Fix indentation in VirtualAuthenticator docstringspy/selenium/webdriver/common/virtual_authenticator.py
warnings/errors.
relative_locator.py
Improve readability and formatting in RelativeLocator docstringspy/selenium/webdriver/support/relative_locator.py
README.rst
Add README for Python documentation with build instructionspy/docs/README.rst
documentation.