Skip to content

Commit ad79e29

Browse files
committed
[py] Update instructions for building docs
1 parent 4c57048 commit ad79e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clones the selenium repo and then runs ``tox -c py/tox.ini`` building the Python
2323
cd selenium/
2424
# uncomment and switch to your development branch if needed
2525
#git switch -c feature-branch origin/feature-branch
26-
tox -c py/tox.ini
26+
tox -c py/tox.ini -e docs
2727
2828
This works in a similar manner as the larger selenium bazel build, but does just the Python
2929
documentation portion.

0 commit comments

Comments
 (0)