From be86aad6329f3372702767eece28608d7b672d48 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Tue, 22 Nov 2022 11:53:07 -0500 Subject: [PATCH] Temporarily evade wpilibsuite/sphinxext-opengraph#87 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index e4771b0ec..335fcac70 100644 --- a/tox.ini +++ b/tox.ini @@ -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