Skip to content

Commit

Permalink
Hack ci for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Jun 16, 2020
1 parent d3de8a6 commit 9e6b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ commands =

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

[testenv:docs-linkcheck]
Expand Down

0 comments on commit 9e6b4f4

Please sign in to comment.