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 d831e4b commit 41df8feCopy full SHA for 41df8fe
tox.ini
@@ -7,6 +7,9 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
7
8
[testenv]
9
deps =
10
+ # workaround for sphinx-doc/sphinx#9562
11
+ # TODO: remove after Sphinx>4.1.2 is available.
12
+ sphinx@git+https://github.com/sphinx-doc/sphinx; python_version>="3.10"
13
commands =
14
pytest {posargs}
15
usedevelop = True
0 commit comments