summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-11-22 16:20:42 -0500
committerJulian Berman <Julian@GrayVines.com>2022-11-22 16:20:43 -0500
commit000dd3d408ae79e4e1580faa4b6ec22f3097debd (patch)
treec3062c54837e7ad9301d86919ec89b295cd1e39e /tox.ini
parent556304495ca6202e3c7485a13d77fb5c8f3c593f (diff)
downloadjsonschema-000dd3d408ae79e4e1580faa4b6ec22f3097debd.tar.gz
Remove making believe we are ReadTheDocs in CI builds.
New sphinxext.opengraph seems to resolve the issue.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 335fcac..e4771b0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -95,10 +95,6 @@ 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