Skip to content

Commit

Permalink
[py]: Update doc generation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Sep 13, 2022
1 parent 79793b6 commit 5db0584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

.. autosummary::

ScrollOrigin
WheelInput


Expand Down
4 changes: 2 additions & 2 deletions py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ envlist = docs, flake8, isort
[testenv:docs]
skip_install = true
deps =
Jinja2==3.0.3
Sphinx==1.8.2
Jinja2==3.1.2
Sphinx==5.1.1

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

Expand Down

0 comments on commit 5db0584

Please sign in to comment.