Skip to content

Commit e53518d

Browse files
committed
[py] current setup does not support latest sphinx
1 parent 3c05be4 commit e53518d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = docs, flake8
44
[testenv:docs]
55
skip_install = true
66
deps =
7-
Sphinx
7+
Sphinx==1.8.2
88

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

0 commit comments

Comments
 (0)