Skip to content

Commit 9e6b4f4

Browse files
committed
Hack ci for now
1 parent d3de8a6 commit 9e6b4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ commands =
3030

3131
[testenv:docs]
3232
description = build readthedocs documentation
33-
deps = -r{toxinidir}/requirements/docs.txt
3433
changedir = {toxinidir}/docs
3534
commands =
35+
pip install -r{toxinidir}/requirements/docs.txt # TODO: Remove this once our Sphinx versions don't conflict
3636
sphinx-build -W --keep-going -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
3737

3838
[testenv:docs-linkcheck]

0 commit comments

Comments
 (0)