Skip to content

Commit 5db0584

Browse files
committed
[py]: Update doc generation dependencies
1 parent 79793b6 commit 5db0584

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

py/docs/source/webdriver/selenium.webdriver.common.actions.wheel_input.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
.. autosummary::
1919

20+
ScrollOrigin
2021
WheelInput
2122

2223

py/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ envlist = docs, flake8, isort
44
[testenv:docs]
55
skip_install = true
66
deps =
7-
Jinja2==3.0.3
8-
Sphinx==1.8.2
7+
Jinja2==3.1.2
8+
Sphinx==5.1.1
99

1010
commands = sphinx-build -b html -d ../build/doctrees docs/source ../build/docs/api/py {posargs}
1111

0 commit comments

Comments
 (0)