We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9069484 commit be86aadCopy full SHA for be86aad
tox.ini
@@ -95,6 +95,10 @@ commands = {envpython} -m mypy --config {toxinidir}/pyproject.toml {posargs} {to
95
96
[testenv:docs-dirhtml]
97
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
102
deps =
103
-r{toxinidir}/docs/requirements.txt
104
0 commit comments