Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Nov 22, 2022
1 parent 9069484 commit be86aad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ commands = {envpython} -m mypy --config {toxinidir}/pyproject.toml {posargs} {to

[testenv:docs-dirhtml]
commands = {envpython} -m sphinx -b dirhtml {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
# REMOVEME: See https://github.com/wpilibsuite/sphinxext-opengraph/issues/87
setenv =
{[testenv]setenv}
READTHEDOCS=true
deps =
-r{toxinidir}/docs/requirements.txt

Expand Down

0 comments on commit be86aad

Please sign in to comment.