Skip to content

Commit 3726756

Browse files
committed
Fix test doc dependencies
1 parent ef161c0 commit 3726756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ basepython = python
4141
changedir = docs
4242
whitelist_externals = make
4343
commands = make html
44-
deps = sphinx
44+
deps = sphinx<3
4545
oauthlib>=3.0.1
4646
m2r>=0.2.1
47+
jwcrypto
4748

4849
[testenv:py37-flake8]
4950
skip_install = True

0 commit comments

Comments
 (0)