Skip to content

Commit be86aad

Browse files
committed
1 parent 9069484 commit be86aad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ commands = {envpython} -m mypy --config {toxinidir}/pyproject.toml {posargs} {to
9595

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

0 commit comments

Comments
 (0)