We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c57048 commit ad79e29Copy full SHA for ad79e29
py/docs/README.rst
@@ -23,7 +23,7 @@ clones the selenium repo and then runs ``tox -c py/tox.ini`` building the Python
23
cd selenium/
24
# uncomment and switch to your development branch if needed
25
#git switch -c feature-branch origin/feature-branch
26
- tox -c py/tox.ini
+ tox -c py/tox.ini -e docs
27
28
This works in a similar manner as the larger selenium bazel build, but does just the Python
29
documentation portion.
0 commit comments